aws-cdk-lib.aws_medialive.CfnInput.InputDeviceRequestProperty

interface InputDeviceRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnInput.InputDeviceRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_InputDeviceRequestProperty
Javasoftware.amazon.awscdk.services.medialive.CfnInput.InputDeviceRequestProperty
Pythonaws_cdk.aws_medialive.CfnInput.InputDeviceRequestProperty
TypeScript 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

NameTypeDescription
id?stringThis property is not used.

id?

Type: string (optional)

This property is not used.

Ignore it.