AWS::NetworkManager::Device AWSLocation - 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::Device AWSLocation

Specifies a location in Amazon.

Syntax

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

JSON

{ "SubnetArn" : String, "Zone" : String }

YAML

SubnetArn: String Zone: String

Properties

SubnetArn

The Amazon Resource Name (ARN) of the subnet that the device is located in.

Required: No

Type: String

Pattern: ^arn:[^:]{1,63}:ec2:[^:]{0,63}:[^:]{0,63}:subnet\/subnet-[0-9a-f]{8,17}$|^$

Minimum: 0

Maximum: 500

Update requires: No interruption

Zone

The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.

Required: No

Type: String

Pattern: [\s\S]*

Minimum: 0

Maximum: 256

Update requires: No interruption