gateway_route_table_association
Gets an individual gateway_route_table_association
resource
Overview
Name | gateway_route_table_association |
Type | Resource |
Description | gateway_route_table_association |
Id | awscc.ec2.gateway_route_table_association |
Fields
Name | Datatype | Description |
---|---|---|
route_table_id | string | The ID of the route table. |
gateway_id | string | The ID of the gateway. |
association_id | string | The route table association ID. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
route_table_id,
gateway_id,
association_id
FROM awscc.ec2.gateway_route_table_association
WHERE data__Identifier = '<GatewayId>';
Permissions
To operate on the gateway_route_table_association
resource, the following permissions are required:
Read
ec2:DescribeRouteTables
Update
ec2:DescribeRouteTables,
ec2:ReplaceRouteTableAssociation
Delete
ec2:DescribeRouteTables,
ec2:DisassociateRouteTable