transit_gateway_connect
Gets an individual transit_gateway_connect
resource
Overview
Name | transit_gateway_connect |
Type | Resource |
Description | transit_gateway_connect |
Id | awscc.ec2.transit_gateway_connect |
Fields
Name | Datatype | Description |
---|---|---|
transit_gateway_attachment_id | string | The ID of the Connect attachment. |
transport_transit_gateway_attachment_id | string | The ID of the attachment from which the Connect attachment was created. |
transit_gateway_id | string | The ID of the transit gateway. |
state | string | The state of the attachment. |
creation_time | string | The creation time. |
tags | array | The tags for the attachment. |
options | object | The Connect attachment options. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
transit_gateway_attachment_id,
transport_transit_gateway_attachment_id,
transit_gateway_id,
state,
creation_time,
tags,
options
FROM awscc.ec2.transit_gateway_connect
WHERE data__Identifier = '<TransitGatewayAttachmentId>';
Permissions
To operate on the transit_gateway_connect
resource, the following permissions are required:
Read
ec2:DescribeTransitGatewayConnects
Update
ec2:DescribeTransitGatewayConnects,
ec2:DeleteTags,
ec2:CreateTags
Delete
ec2:DeleteTransitGatewayConnect,
ec2:DescribeTransitGatewayConnects,
ec2:DeleteTags