InputDeviceSummary

Details of the input device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The unique ARN of the input device.

Link copied to clipboard

The Availability Zone associated with this input device.

Link copied to clipboard

The state of the connection between the input device and AWS.

Link copied to clipboard

The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

Link copied to clipboard

The status of software on the input device.

Link copied to clipboard

Settings that describe an input device that is type HD.

Link copied to clipboard
val id: String?

The unique ID of the input device.

Link copied to clipboard

The network MAC address of the input device.

Link copied to clipboard

An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.

Link copied to clipboard
val name: String?

A name that you specify for the input device.

Link copied to clipboard

Network settings for the input device.

Link copied to clipboard

The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.

Link copied to clipboard

The unique serial number of the input device.

Link copied to clipboard

A collection of key-value pairs.

Link copied to clipboard

The type of the input device.

Link copied to clipboard

Settings that describe an input device that is type UHD.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String