Device

class Device : KotlinCustomResource

The AWS::NetworkManager::Device type describes a device.

Properties

Link copied to clipboard

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

Link copied to clipboard
val createdAt: Output<String>

The date and time that the device was created.

Link copied to clipboard
val description: Output<String>?

The description of the device.

Link copied to clipboard
val deviceArn: Output<String>

The Amazon Resource Name (ARN) of the device.

Link copied to clipboard
val deviceId: Output<String>

The ID of the device.

Link copied to clipboard
val globalNetworkId: Output<String>

The ID of the global network.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<DeviceLocation>?

The site location.

Link copied to clipboard
val model: Output<String>?

The device model

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serialNumber: Output<String>?

The device serial number.

Link copied to clipboard
val siteId: Output<String>?

The site ID.

Link copied to clipboard
val state: Output<String>

The state of the device.

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags for the device.

Link copied to clipboard
val type: Output<String>?

The device type.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vendor: Output<String>?

The device vendor.