interface InputDeviceSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnInputPropsMixin.InputDeviceSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnInputPropsMixin_InputDeviceSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnInputPropsMixin.InputDeviceSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnInputPropsMixin.InputDeviceSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnInputPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const inputDeviceSettingsProperty: medialive_mixins.CfnInputPropsMixin.InputDeviceSettingsProperty = {
id: 'id',
};
Properties
| Name | Type | Description |
|---|---|---|
| id? | string | The unique ID for the device. |
id?
Type:
string
(optional)
The unique ID for the device.

.NET
Go
Java
Python
TypeScript