interface DirectConnectGatewayAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.DirectConnectGatewayAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#DirectConnectGatewayAttachmentReference |
![]() | software.amazon.awscdk.services.networkmanager.DirectConnectGatewayAttachmentReference |
![]() | aws_cdk.aws_networkmanager.DirectConnectGatewayAttachmentReference |
![]() | aws-cdk-lib » aws_networkmanager » DirectConnectGatewayAttachmentReference |
A reference to a DirectConnectGatewayAttachment 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 directConnectGatewayAttachmentReference: networkmanager.DirectConnectGatewayAttachmentReference = {
attachmentId: 'attachmentId',
};
Properties
Name | Type | Description |
---|---|---|
attachment | string | The AttachmentId of the DirectConnectGatewayAttachment resource. |
attachmentId
Type:
string
The AttachmentId of the DirectConnectGatewayAttachment resource.