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