Skip to main content

transit_gateway_connect

Gets or updates an individual transit_gateway_connect resource, use transit_gateway_connects to retrieve a list of resources or to create or delete a resource.

Overview

Nametransit_gateway_connect
TypeResource
DescriptionThe AWS::EC2::TransitGatewayConnect type
Idaws.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

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
transit_gateway_attachment_id,
transport_transit_gateway_attachment_id,
transit_gateway_id,
state,
creation_time,
tags,
options
FROM aws.ec2.transit_gateway_connect
WHERE region = 'us-east-1' AND 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