This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::NetworkManager::CoreNetwork CoreNetworkEdge
Describes a core network edge.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Asn" :Number, "EdgeLocation" :String, "InsideCidrBlocks" :[ String, ... ]}
YAML
Asn:NumberEdgeLocation:StringInsideCidrBlocks:- String
Properties
Asn-
The ASN of a core network edge.
Required: No
Type: Number
Update requires: No interruption
EdgeLocation-
The Region where a core network edge is located.
Required: No
Type: String
Pattern:
[\s\S]*Minimum:
1Maximum:
63Update requires: No interruption
InsideCidrBlocks-
The inside IP addresses used for core network edges.
Required: No
Type: Array of String
Update requires: No interruption