aws-cdk-lib.aws_ec2.CfnTransitGatewayRouteTablePropagationProps

interface CfnTransitGatewayRouteTablePropagationProps

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

Properties for defining a CfnTransitGatewayRouteTablePropagation.

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 cfnTransitGatewayRouteTablePropagationProps: ec2.CfnTransitGatewayRouteTablePropagationProps = {
  transitGatewayAttachmentId: 'transitGatewayAttachmentId',
  transitGatewayRouteTableId: 'transitGatewayRouteTableId',
};

Properties

NameTypeDescription
transitGatewayAttachmentIdstringThe ID of the attachment.
transitGatewayRouteTableIdstringThe ID of the propagation route table.

transitGatewayAttachmentId

Type: string

The ID of the attachment.


transitGatewayRouteTableId

Type: string

The ID of the propagation route table.