AWS::NetworkManager::Device AWSLocation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

Specifies a location in AWS.

Syntax

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