AWS::NetworkManager::Device AWSLocation - AWS CloudFormation

AWS::NetworkManager::Device AWSLocation

Specifies a location in AWS.

Syntax

To declare this entity in your AWS 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