Skip to main content

transit_gateway_connect

Gets an individual transit_gateway_connect resource

Overview

Nametransit_gateway_connect
TypeResource
Descriptiontransit_gateway_connect
Idawscc.ec2.transit_gateway_connect

Fields

NameDatatypeDescription
transit_gateway_attachment_idstringThe ID of the Connect attachment.
transport_transit_gateway_attachment_idstringThe ID of the attachment from which the Connect attachment was created.
transit_gateway_idstringThe ID of the transit gateway.
statestringThe state of the attachment.
creation_timestringThe creation time.
tagsarrayThe tags for the attachment.
optionsobjectThe Connect attachment options.
regionstringAWS 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