AWS::NetworkManager::CoreNetwork CoreNetworkSegment - 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 CoreNetworkSegment

Describes a core network segment, which are dedicated routes. Only attachments within this segment can communicate with each other.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "EdgeLocations" : [ String, ... ], "Name" : String, "SharedSegments" : [ String, ... ] }

YAML

EdgeLocations: - String Name: String SharedSegments: - String

Properties

EdgeLocations

The Regions where the edges are located.

Required: No

Type: Array of String

Update requires: No interruption

Name

The name of a core network segment.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 0

Maximum: 256

Update requires: No interruption

SharedSegments

The shared segments of a core network.

Required: No

Type: Array of String

Update requires: No interruption