Device Args
data class DeviceArgs(val awsLocation: Output<DeviceAwsLocationArgs>? = null, val description: Output<String>? = null, val globalNetworkId: Output<String>? = null, val location: Output<DeviceLocationArgs>? = null, val model: Output<String>? = null, val serialNumber: Output<String>? = null, val siteId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<String>? = null, val vendor: Output<String>? = null) : ConvertibleToJava<DeviceArgs>
The AWS::NetworkManager::Device type describes a device.
Constructors
Link copied to clipboard
constructor(awsLocation: Output<DeviceAwsLocationArgs>? = null, description: Output<String>? = null, globalNetworkId: Output<String>? = null, location: Output<DeviceLocationArgs>? = null, model: Output<String>? = null, serialNumber: Output<String>? = null, siteId: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<String>? = null, vendor: Output<String>? = null)