DeviceAwsLocation

data class DeviceAwsLocation(val subnetArn: String? = null, val zone: String? = null)

The Amazon Web Services location of the device, if applicable.

Constructors

Link copied to clipboard
constructor(subnetArn: String? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val subnetArn: String? = null

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

Link copied to clipboard
val zone: String? = null

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