DeviceAwsLocationArgs

data class DeviceAwsLocationArgs(val subnetArn: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<DeviceAwsLocationArgs>

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

Constructors

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

Properties

Link copied to clipboard
val subnetArn: Output<String>? = null

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

Link copied to clipboard
val zone: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DeviceAwsLocationArgs