AWS::NetworkManager::CoreNetwork CoreNetworkSegment - AWS CloudFormation

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 AWS 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