DescribeInputResponse

Placeholder documentation for DescribeInputResponse

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 (generated, immutable).

Link copied to clipboard

A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).

Link copied to clipboard

A list of the destinations of the input (PUSH-type).

Link copied to clipboard
val id: String?

The generated ID of the input (unique for user account, immutable).

Link copied to clipboard

STANDARD - MediaLive expects two sources to be connected to this input. If the channel is also STANDARD, both sources will be ingested. If the channel is SINGLE_PIPELINE, only the first source will be ingested; the second source will always be ignored, even if the first source fails. SINGLE_PIPELINE - You can connect only one source to this input. If the ChannelClass is also SINGLE_PIPELINE, this value is valid. If the ChannelClass is STANDARD, this value is not valid because the channel requires two sources in the input.

Link copied to clipboard

Settings for the input devices.

Link copied to clipboard

The location of this input. AWS, for an input existing in the AWS Cloud, On-Prem for an input in a customer network.

Link copied to clipboard

A list of IDs for all Inputs which are partners of this one.

Link copied to clipboard

Certain pull input sources can be dynamic, meaning that they can have their URL's dynamically changes during input switch actions. Presently, this functionality only works with MP4_FILE and TS_FILE inputs.

Link copied to clipboard

A list of MediaConnect Flows for this input.

Link copied to clipboard

Multicast Input settings.

Link copied to clipboard
val name: String?

The user-assigned name (This is a mutable value).

Link copied to clipboard

The Amazon Resource Name (ARN) of the role this input assumes during and after creation.

Link copied to clipboard

SDI Sources for this Input.

Link copied to clipboard

A list of IDs for all the Input Security Groups attached to the input.

Link copied to clipboard

Include this parameter if the input is a SMPTE 2110 input, to identify the stream sources for this input.

Link copied to clipboard

A list of the sources of the input (PULL-type).

Link copied to clipboard

The settings associated with an SRT input.

Link copied to clipboard

Placeholder documentation for InputState

Link copied to clipboard

A collection of key-value pairs.

Link copied to clipboard

The different types of inputs that AWS Elemental MediaLive supports.

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