AWS::NetworkManager::CoreNetwork CoreNetworkEdge
Describes a core network edge.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Asn" :
Double
, "EdgeLocation" :String
, "InsideCidrBlocks" :[ String, ... ]
}
YAML
Asn:
Double
EdgeLocation:String
InsideCidrBlocks:- String
Properties
Asn
-
The ASN of a core network edge.
Required: No
Type: Double
Update requires: No interruption
EdgeLocation
-
The Region where a core network edge is located.
Required: No
Type: String
Minimum:
1
Maximum:
63
Pattern:
[\s\S]*
Update requires: No interruption
InsideCidrBlocks
-
The inside IP addresses used for core network edges.
Required: No
Type: List of String
Update requires: No interruption