interface CfnTransitGatewayRouteTableAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnTransitGatewayRouteTableAssociationProps |
![]() | software.amazon.awscdk.services.ec2.CfnTransitGatewayRouteTableAssociationProps |
![]() | aws_cdk.aws_ec2.CfnTransitGatewayRouteTableAssociationProps |
![]() | @aws-cdk/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 * as ec2 from '@aws-cdk/aws-ec2';
const cfnTransitGatewayRouteTableAssociationProps: ec2.CfnTransitGatewayRouteTableAssociationProps = {
transitGatewayAttachmentId: 'transitGatewayAttachmentId',
transitGatewayRouteTableId: 'transitGatewayRouteTableId',
};
Properties
Name | Type | Description |
---|---|---|
transit | string | The ID of the attachment. |
transit | string | The 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.