AWS::NetworkManager::TransitGatewayRouteTableAttachmentCreates a transit gateway route table attachment.
import { CfnTransitGatewayRouteTableAttachment } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnTransitGatewayRouteTableAttachmentConfiguration passed to the constructor as CfnTransitGatewayRouteTableAttachmentProps.
peeringIdRequiredstringThe ID of the transit gateway peering.
transitGatewayRouteTableArnRequiredstringThe ARN of the transit gateway attachment route table. For example, `"TransitGatewayRouteTableArn": "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"` .
networkFunctionGroupNameOptionalstringThe name of the network function group.
proposedNetworkFunctionGroupChangeOptionalIResolvable | ProposedNetworkFunctionGroupChangePropertyDescribes proposed changes to a network function group.
proposedSegmentChangeOptionalIResolvable | ProposedSegmentChangePropertyThis property is read-only. Values can't be assigned to it.
routingPolicyLabelOptionalstringRouting policy label.
tagsOptionalCfnTag[]The list of key-value pairs associated with the transit gateway route table attachment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::TransitGatewayRouteTableAttachment