interface TransitGatewayRouteTableAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.NetworkManager.TransitGatewayRouteTableAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsnetworkmanager#TransitGatewayRouteTableAttachmentReference |
Java | software.amazon.awscdk.interfaces.networkmanager.TransitGatewayRouteTableAttachmentReference |
Python | aws_cdk.interfaces.aws_networkmanager.TransitGatewayRouteTableAttachmentReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_networkmanager } from 'aws-cdk-lib/interfaces';
const transitGatewayRouteTableAttachmentReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript