aws-cdk-lib.aws_medialive.CfnInput.InputDeviceSettingsProperty

interface InputDeviceSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnInput.InputDeviceSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_InputDeviceSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnInput.InputDeviceSettingsProperty
Pythonaws_cdk.aws_medialive.CfnInput.InputDeviceSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnInput » InputDeviceSettingsProperty

Settings that apply only if the input is an Elemental Link input.

The parent of this entity is Input.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const inputDeviceSettingsProperty: medialive.CfnInput.InputDeviceSettingsProperty = {
  id: 'id',
};

Properties

NameTypeDescription
id?stringThe unique ID for the device.

id?

Type: string (optional)

The unique ID for the device.