Resource Type: AWS > VPC > Transit Gateway Attachment
Transit gateway attachment in AWS is used to attach VPCs and Transit gateway in the same Region and route traffic between them.
Resource Context
Transit Gateway Attachment is a part of the VPC service.
Each Transit Gateway Attachment lives under a VPN Connection.
Controls
The primary controls for AWS > VPC > Transit Gateway Attachment are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-vpc-connect#/resource/types/transitGatewayAttachment
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/aws-vpc-connect#/resource/types/transitGatewayAttachment"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-vpc-connect#/resource/types/transitGatewayAttachment';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-vpc-connect#/resource/types/transitGatewayAttachment"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-vpc-connect#/resource/types/transitGatewayAttachment' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query