interface CfnTransitGatewayRouteTablePropagationProps
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.EC2.CfnTransitGatewayRouteTablePropagationProps | 
|  Java | software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTablePropagationProps | 
|  Python | aws_cdk.aws_ec2.CfnTransitGatewayRouteTablePropagationProps | 
|  TypeScript | @aws-cdk/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 * as ec2 from '@aws-cdk/aws-ec2';
const cfnTransitGatewayRouteTablePropagationProps: ec2.CfnTransitGatewayRouteTablePropagationProps = {
  transitGatewayAttachmentId: 'transitGatewayAttachmentId',
  transitGatewayRouteTableId: 'transitGatewayRouteTableId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| transit | string | The ID of the attachment. | 
| transit | string | The ID of the propagation route table. | 
transitGatewayAttachmentId
Type:
string
The ID of the attachment.
transitGatewayRouteTableId
Type:
string
The ID of the propagation route table.
