AWS::NetworkManager::CoreNetwork CoreNetworkSegment - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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