interface CustomerGatewayAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.CustomerGatewayAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CustomerGatewayAssociationReference |
![]() | software.amazon.awscdk.services.networkmanager.CustomerGatewayAssociationReference |
![]() | aws_cdk.aws_networkmanager.CustomerGatewayAssociationReference |
![]() | aws-cdk-lib » aws_networkmanager » CustomerGatewayAssociationReference |
A reference to a CustomerGatewayAssociation 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 customerGatewayAssociationReference: networkmanager.CustomerGatewayAssociationReference = {
customerGatewayArn: 'customerGatewayArn',
globalNetworkId: 'globalNetworkId',
};
Properties
Name | Type | Description |
---|---|---|
customer | string | The CustomerGatewayArn of the CustomerGatewayAssociation resource. |
global | string | The GlobalNetworkId of the CustomerGatewayAssociation resource. |
customerGatewayArn
Type:
string
The CustomerGatewayArn of the CustomerGatewayAssociation resource.
globalNetworkId
Type:
string
The GlobalNetworkId of the CustomerGatewayAssociation resource.