interface InputDeviceInputProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.InputDeviceInputProps |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#InputDeviceInputProps |
Java | software.amazon.awscdk.services.medialive.alpha.InputDeviceInputProps |
Python | aws_cdk.aws_medialive_alpha.InputDeviceInputProps |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป InputDeviceInputProps |
Properties for an Elemental Link input device input.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const inputDeviceInputProps: medialive_alpha.InputDeviceInputProps = {
deviceIds: ['deviceIds'],
};
Properties
| Name | Type | Description |
|---|---|---|
| device | string[] | The IDs of one or two registered Elemental Link devices. |
deviceIds
Type:
string[]
The IDs of one or two registered Elemental Link devices.
Two provides pipeline redundancy.

.NET
Go
Java
Python
TypeScript (