InputDeviceInputProps

class aws_cdk.aws_medialive_alpha.InputDeviceInputProps(*, device_ids)

Bases: object

(experimental) Properties for an Elemental Link input device input.

Parameters:

device_ids (Sequence[str]) – (experimental) The IDs of one or two registered Elemental Link devices. Two provides pipeline redundancy.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_medialive_alpha as medialive_alpha

input_device_input_props = medialive_alpha.InputDeviceInputProps(
    device_ids=["deviceIds"]
)

Attributes

device_ids

(experimental) The IDs of one or two registered Elemental Link devices.

Two provides pipeline redundancy.

Stability:

experimental