Skip to main content

egress_only_internet_gateway

Gets an individual egress_only_internet_gateway resource

Overview

Nameegress_only_internet_gateway
TypeResource
Descriptionegress_only_internet_gateway
Idawscc.ec2.egress_only_internet_gateway

Fields

NameDatatypeDescription
idstringService Generated ID of the EgressOnlyInternetGateway
vpc_idstringThe ID of the VPC for which to create the egress-only internet gateway.
regionstringAWS 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