nat_gateways
Retrieves a list of nat_gateways
in a region
Overview
Name | nat_gateways |
Type | Resource |
Description | nat_gateways |
Id | awscc.ec2.nat_gateways |
Fields
Name | Datatype | Description |
---|---|---|
nat_gateway_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
nat_gateway_id
FROM awscc.ec2.nat_gateways
WHERE region = 'us-east-1'
Permissions
To operate on the nat_gateways
resource, the following permissions are required:
Create
ec2:CreateNatGateway,
ec2:DescribeNatGateways,
ec2:CreateTags
List
ec2:DescribeNatGateways