aws::internet-gateway

Create an internet gateway.

Example

aws::internet-gateway example-gateway
    vpc: $(aws::vpc vpc-example)
end

Attributes

Attribute Description
vpc The VPC to create an internet gateway in. (Required)

Outputs

Attribute Description
id The ID of the Internet Gateway.