AWS::NetworkManager::CustomerGatewayAssociationThe AWS::NetworkManager::CustomerGatewayAssociation type associates a customer gateway with a device and optionally, with a link.
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CustomerGatewayArn | string | RequiredCreate-only |
DeviceId | string | RequiredCreate-only |
GlobalNetworkId | string | RequiredCreate-only |
LinkId | string | Create-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::CustomerGatewayAssociation
Resources:
MyResource:
Type: AWS::NetworkManager::CustomerGatewayAssociation
Properties:
GlobalNetworkId: "my-globalnetworkid"
CustomerGatewayArn: "arn:aws:service:region:account:resource"
DeviceId: "my-deviceid"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:GetCustomerGatewayAssociationsnetworkmanager:AssociateCustomerGatewaynetworkmanager:GetCustomerGatewayAssociationsnetworkmanager:GetCustomerGatewayAssociationsnetworkmanager:DisassociateCustomerGatewayOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalNetworkIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GlobalNetworkIdCustomerGatewayArnDeviceIdLinkId