egress_only_internet_gateway
Gets an individual egress_only_internet_gateway
resource
Overview
Name | egress_only_internet_gateway |
Type | Resource |
Description | egress_only_internet_gateway |
Id | awscc.ec2.egress_only_internet_gateway |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Service Generated ID of the EgressOnlyInternetGateway |
vpc_id | string | The ID of the VPC for which to create the egress-only internet gateway. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
vpc_id
FROM awscc.ec2.egress_only_internet_gateway
WHERE data__Identifier = '<Id>';
Permissions
To operate on the egress_only_internet_gateway
resource, the following permissions are required:
Read
ec2:DescribeEgressOnlyInternetGateways
Delete
ec2:DeleteEgressOnlyInternetGateway,
ec2:DescribeEgressOnlyInternetGateways,
ec2:DescribeVpcs