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: List of String

Update requires: No interruption

Name

The name of a core network segment.

Required: No

Type: String

Minimum: 0

Maximum: 256

Pattern: [\s\S]*

Update requires: No interruption

SharedSegments

The shared segments of a core network.

Required: No

Type: List of String

Update requires: No interruption