aws-cdk-lib.aws_medialive.CfnInput.MediaConnectFlowRequestProperty

interface MediaConnectFlowRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnInput.MediaConnectFlowRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_MediaConnectFlowRequestProperty
Javasoftware.amazon.awscdk.services.medialive.CfnInput.MediaConnectFlowRequestProperty
Pythonaws_cdk.aws_medialive.CfnInput.MediaConnectFlowRequestProperty
TypeScript aws-cdk-lib » aws_medialive » CfnInput » MediaConnectFlowRequestProperty

Settings that apply only if the input is a MediaConnect 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-lib';
const mediaConnectFlowRequestProperty: medialive.CfnInput.MediaConnectFlowRequestProperty = {
  flowArn: 'flowArn',
};

Properties

NameTypeDescription
flowArn?stringThe ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.

flowArn?

Type: string (optional)

The ARN of one or two MediaConnect flows that are the sources for this MediaConnect input.