interface InputDeviceRequestProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.MediaLive.CfnInput.InputDeviceRequestProperty | 
  Java | software.amazon.awscdk.services.medialive.CfnInput.InputDeviceRequestProperty | 
  Python | aws_cdk.aws_medialive.CfnInput.InputDeviceRequestProperty | 
  TypeScript  | @aws-cdk/aws-medialive » CfnInput » InputDeviceRequestProperty | 
This entity is not used.
Ignore it.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const inputDeviceRequestProperty: medialive.CfnInput.InputDeviceRequestProperty = {
  id: 'id',
};
Properties
| Name | Type | Description | 
|---|---|---|
| id? | string | This property is not used. | 
id?
Type:
string
(optional)
This property is not used.
Ignore it.

 .NET
 Java
 Python
 TypeScript