AWS::NetworkManager::Site Location - 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::Site Location

Describes a location.

Syntax

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

JSON

{ "Address" : String, "Latitude" : String, "Longitude" : String }

YAML

Address: String Latitude: String Longitude: String

Properties

Address

The physical address.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 0

Maximum: 256

Update requires: No interruption

Latitude

The latitude.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 0

Maximum: 256

Update requires: No interruption

Longitude

The longitude.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 0

Maximum: 256

Update requires: No interruption