AWS::NetworkManager::CoreNetwork CoreNetworkEdge - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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" : Number, "EdgeLocation" : String, "InsideCidrBlocks" : [ String, ... ] }

YAML

Asn: Number EdgeLocation: String InsideCidrBlocks: - 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: 1

Maximum: 63

Update requires: No interruption

InsideCidrBlocks

The inside IP addresses used for core network edges.

Required: No

Type: Array of String

Update requires: No interruption