interface MediaConnectFlowRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnInputPropsMixin.MediaConnectFlowRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnInputPropsMixin_MediaConnectFlowRequestProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnInputPropsMixin.MediaConnectFlowRequestProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnInputPropsMixin.MediaConnectFlowRequestProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnInputPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const mediaConnectFlowRequestProperty: medialive_mixins.CfnInputPropsMixin.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.

.NET
Go
Java
Python
TypeScript