interface CfnCustomerGatewayAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.CfnCustomerGatewayAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnCustomerGatewayAssociationProps |
![]() | software.amazon.awscdk.services.networkmanager.CfnCustomerGatewayAssociationProps |
![]() | aws_cdk.aws_networkmanager.CfnCustomerGatewayAssociationProps |
![]() | aws-cdk-lib » aws_networkmanager » CfnCustomerGatewayAssociationProps |
Properties for defining a CfnCustomerGatewayAssociation
.
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 cfnCustomerGatewayAssociationProps: networkmanager.CfnCustomerGatewayAssociationProps = {
customerGatewayArn: 'customerGatewayArn',
deviceId: 'deviceId',
globalNetworkId: 'globalNetworkId',
// the properties below are optional
linkId: 'linkId',
};
Properties
Name | Type | Description |
---|---|---|
customer | string | The Amazon Resource Name (ARN) of the customer gateway. |
device | string | The ID of the device. |
global | string | The ID of the global network. |
link | string | The ID of the link. |
customerGatewayArn
Type:
string
The Amazon Resource Name (ARN) of the customer gateway.
deviceId
Type:
string
The ID of the device.
globalNetworkId
Type:
string
The ID of the global network.
linkId?
Type:
string
(optional)
The ID of the link.