interface DirectConnectGatewayAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DirectConnect.DirectConnectGatewayAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdirectconnect#DirectConnectGatewayAssociationReference |
Java | software.amazon.awscdk.interfaces.directconnect.DirectConnectGatewayAssociationReference |
Python | aws_cdk.interfaces.aws_directconnect.DirectConnectGatewayAssociationReference |
TypeScript | aws-cdk-lib » interfaces » aws_directconnect » DirectConnectGatewayAssociationReference |
A reference to a DirectConnectGatewayAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_directconnect as interfaces_directconnect } from 'aws-cdk-lib/interfaces';
const directConnectGatewayAssociationReference: interfaces_directconnect.DirectConnectGatewayAssociationReference = {
associationId: 'associationId',
};
Properties
| Name | Type | Description |
|---|---|---|
| association | string | The AssociationId of the DirectConnectGatewayAssociation resource. |
associationId
Type:
string
The AssociationId of the DirectConnectGatewayAssociation resource.

.NET
Go
Java
Python
TypeScript