aws-cdk-lib.aws_medialive.CfnInput.InputDeviceRequestProperty
interface InputDeviceRequestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnInput.InputDeviceRequestProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_InputDeviceRequestProperty |
![]() | software.amazon.awscdk.services.medialive.CfnInput.InputDeviceRequestProperty |
![]() | aws_cdk.aws_medialive.CfnInput.InputDeviceRequestProperty |
![]() | aws-cdk-lib » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
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.