transit_gateway_route_table_attachments
Retrieves a list of transit_gateway_route_table_attachments
in a region
Overview
Name | transit_gateway_route_table_attachments |
Type | Resource |
Description | transit_gateway_route_table_attachments |
Id | awscc.networkmanager.transit_gateway_route_table_attachments |
Fields
Name | Datatype | Description |
---|---|---|
attachment_id | string | The ID of the attachment. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
attachment_id
FROM awscc.networkmanager.transit_gateway_route_table_attachments
WHERE region = 'us-east-1'
Permissions
To operate on the transit_gateway_route_table_attachments
resource, the following permissions are required:
Create
networkmanager:CreateTransitGatewayRouteTableAttachment,
networkmanager:GetTransitGatewayRouteTableAttachment,
networkmanager:TagResource,
iam:CreateServiceLinkedRole,
ec2:DescribeRegions
List
networkmanager:ListAttachments