interface TransitGatewayRouteTableAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.TransitGatewayRouteTableAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#TransitGatewayRouteTableAttachmentReference |
![]() | software.amazon.awscdk.services.networkmanager.TransitGatewayRouteTableAttachmentReference |
![]() | aws_cdk.aws_networkmanager.TransitGatewayRouteTableAttachmentReference |
![]() | aws-cdk-lib » aws_networkmanager » TransitGatewayRouteTableAttachmentReference |
A reference to a TransitGatewayRouteTableAttachment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const transitGatewayRouteTableAttachmentReference: networkmanager.TransitGatewayRouteTableAttachmentReference = {
attachmentId: 'attachmentId',
};
Properties
Name | Type | Description |
---|---|---|
attachment | string | The AttachmentId of the TransitGatewayRouteTableAttachment resource. |
attachmentId
Type:
string
The AttachmentId of the TransitGatewayRouteTableAttachment resource.