aws::egress-only-internet-gateway¶
Create an egress only internet gateway.
Example¶
aws::egress-only-internet-gateway example-egress-gateway
vpc: $(aws::vpc vpc-example)
end
Attributes¶
Attribute | Description |
---|---|
vpc | The VPC to create the egress only internet gateway in. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The id of the egress only internet gateway. |