AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::TransitGatewayRouteTableAttachment

CfnTransitGatewayRouteTableAttachment

Creates a transit gateway route table attachment.

Import

import { CfnTransitGatewayRouteTableAttachment } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnTransitGatewayRouteTableAttachment

Properties

Configuration passed to the constructor as CfnTransitGatewayRouteTableAttachmentProps.

peeringIdRequired
string

The ID of the transit gateway peering.

transitGatewayRouteTableArnRequired
string

The 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"` .

networkFunctionGroupNameOptional
string

The name of the network function group.

proposedNetworkFunctionGroupChangeOptional
IResolvable | ProposedNetworkFunctionGroupChangeProperty

Describes proposed changes to a network function group.

proposedSegmentChangeOptional
IResolvable | ProposedSegmentChangeProperty

This property is read-only. Values can't be assigned to it.

routingPolicyLabelOptional
string

Routing policy label.

tagsOptional
CfnTag[]

The list of key-value pairs associated with the transit gateway route table attachment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter