DeviceAwsLocationArgs

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

Constructors

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

Functions

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

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.