internet_gateway
Gets an individual internet_gateway
resource
Overview
Name | internet_gateway |
Type | Resource |
Description | internet_gateway |
Id | awscc.ec2.internet_gateway |
Fields
Name | Datatype | Description |
---|---|---|
internet_gateway_id | string | ID of internet gateway. |
tags | array | Any tags to assign to the internet gateway. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
internet_gateway_id,
tags
FROM awscc.ec2.internet_gateway
WHERE data__Identifier = '<InternetGatewayId>';
Permissions
To operate on the internet_gateway
resource, the following permissions are required:
Read
ec2:DescribeInternetGateways
Delete
ec2:DeleteInternetGateway,
ec2:DescribeInternetGateways
Update
ec2:DeleteTags,
ec2:CreateTags,
ec2:DescribeInternetGateways