gateway_attach: Attach/detach Gateways

Description Usage Arguments References See Also

Description

Attach or Detacth Network Gateways for a VPC

Usage

1
2
3
attach_gateway(gateway, vpc, ...)

detach_gateway(gateway, vpc, ...)

Arguments

gateway

A character string specifying an Internet Gateway ID, or an object of class “ec2_internet_gateway”.

vpc

A character string specifying a VPC Allocation ID or an object of class “ec2_ip”.

...

Additional arguments passed to [ec2HTTP()].

References

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AttachInternetGateway.html http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DetachInternetGateway.html

See Also

create_gateway(), describe_gateways()


HanjoStudy/awsR documentation built on May 6, 2019, 9:06 a.m.