interface MediaConnectFlowRequestProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnInput.MediaConnectFlowRequestProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnInput_MediaConnectFlowRequestProperty |
![]() | software.amazon.awscdk.services.medialive.CfnInput.MediaConnectFlowRequestProperty |
![]() | aws_cdk.aws_medialive.CfnInput.MediaConnectFlowRequestProperty |
![]() | 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
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.