interface MediaConnectFlowRequestProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MediaLive.CfnInput.MediaConnectFlowRequestProperty | 
|  Java | software.amazon.awscdk.services.medialive.CfnInput.MediaConnectFlowRequestProperty | 
|  Python | aws_cdk.aws_medialive.CfnInput.MediaConnectFlowRequestProperty | 
|  TypeScript | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const mediaConnectFlowRequestProperty: medialive.CfnInput.MediaConnectFlowRequestProperty = {
  flowArn: 'flowArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| flow | string | The 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.
