This is the new AWS 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 CoreNetworkNetworkFunctionGroup
Describes a network function group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EdgeLocations" :[ String, ... ], "Name" :String, "Segments" :Segments}
YAML
EdgeLocations:- StringName:StringSegments:Segments
Properties
EdgeLocations-
The core network edge locations.
Required: No
Type: Array of String
Update requires: No interruption
Name-
The name of the network function group.
Required: No
Type: String
Pattern:
[\s\S]*Minimum:
0Maximum:
256Update requires: No interruption
Segments-
The segments associated with the network function group.
Required: No
Type: Segments
Update requires: No interruption