AWS::NetworkManager::CustomerGatewayAssociationSpecifies an association between a customer gateway, a device, and optionally, a link. If you specify a link, it must be associated with the specified device. The customer gateway must be connected to a VPN attachment on a transit gateway that's registered in your global network. You cannot associate a customer gateway with more than one device and link.
import { CfnCustomerGatewayAssociation } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnCustomerGatewayAssociationConfiguration passed to the constructor as CfnCustomerGatewayAssociationProps.
customerGatewayArnRequiredstringThe Amazon Resource Name (ARN) of the customer gateway.
deviceIdRequiredstringThe ID of the device.
globalNetworkIdRequiredstringThe ID of the global network.
linkIdOptionalstringThe ID of the link.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::CustomerGatewayAssociation