interface InputDeviceSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnInputPropsMixin.InputDeviceSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnInputPropsMixin_InputDeviceSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnInputPropsMixin.InputDeviceSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnInputPropsMixin.InputDeviceSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » 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 { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const inputDeviceSettingsProperty: medialive.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