aws-cdk-lib.aws_networkmanager.CfnCustomerGatewayAssociationProps

interface CfnCustomerGatewayAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.NetworkManager.CfnCustomerGatewayAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnCustomerGatewayAssociationProps
Javasoftware.amazon.awscdk.services.networkmanager.CfnCustomerGatewayAssociationProps
Pythonaws_cdk.aws_networkmanager.CfnCustomerGatewayAssociationProps
TypeScript 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

NameTypeDescription
customerGatewayArnstringThe Amazon Resource Name (ARN) of the customer gateway.
deviceIdstringThe ID of the device.
globalNetworkIdstringThe ID of the global network.
linkId?stringThe 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.