The AWS::NetworkManager::Device type describes a device.
global_network_id
(String) The ID of the global network.aws_location
(Attributes) The Amazon Web Services location of the device, if applicable. (see below for nested schema)description
(String) The description of the device.location
(Attributes) The site location. (see below for nested schema)model
(String) The device modelserial_number
(String) The device serial number.site_id
(String) The site ID.tags
(Attributes Set) The tags for the device. (see below for nested schema)type
(String) The device type.vendor
(String) The device vendor.created_at
(String) The date and time that the device was created.device_arn
(String) The Amazon Resource Name (ARN) of the device.device_id
(String) The ID of the device.id
(String) Uniquely identifies the resource.state
(String) The state of the device.aws_location
Optional:
subnet_arn
(String) The Amazon Resource Name (ARN) of the subnet that the device is located in.zone
(String) The Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.location
Optional:
address
(String) The physical address.latitude
(String) The latitude.longitude
(String) The longitude.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_networkmanager_device.example <resource ID>