aws-cdk-lib.aws_ec2.CfnTransitGatewayRouteTableAssociationProps

interface CfnTransitGatewayRouteTableAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnTransitGatewayRouteTableAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnTransitGatewayRouteTableAssociationProps
Javasoftware.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps
Pythonaws_cdk.aws_ec2.CfnTransitGatewayRouteTableAssociationProps
TypeScript aws-cdk-lib » aws_ec2 » CfnTransitGatewayRouteTableAssociationProps

Properties for defining a CfnTransitGatewayRouteTableAssociation.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const cfnTransitGatewayRouteTableAssociationProps: ec2.CfnTransitGatewayRouteTableAssociationProps = {
  transitGatewayAttachmentId: 'transitGatewayAttachmentId',
  transitGatewayRouteTableId: 'transitGatewayRouteTableId',
};

Properties

NameTypeDescription
transitGatewayAttachmentIdstringThe ID of the attachment.
transitGatewayRouteTableIdstringThe ID of the route table for the transit gateway.

transitGatewayAttachmentId

Type: string

The ID of the attachment.


transitGatewayRouteTableId

Type: string

The ID of the route table for the transit gateway.