AWS::MediaConnect::FlowOutputResource schema for AWS::MediaConnect::FlowOutput
20 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FlowArn | string | Required |
CidrAllowList | Array<string> | |
Description | string | |
Destination | string | |
Encryption | Encryption | |
MaxLatency | integer | |
MediaStreamOutputConfigurations | Array<MediaStreamOutputConfiguration> | |
MinLatency | integer | |
Name | string | Create-only |
NdiProgramName | string | |
NdiSpeedHqQuality | integer | |
OutputStatus | string | |
Port | integer | |
Protocol | string | |
RemoteId | string | |
RouterIntegrationState | string | |
RouterIntegrationTransitEncryption | FlowTransitEncryption | |
SmoothingLatency | integer | |
StreamId | string | |
VpcInterfaceAttachment | VpcInterfaceAttachment |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
OutputArn | string | The ARN of the output. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::FlowOutput
Resources:
MyResource:
Type: AWS::MediaConnect::FlowOutput
Properties:
FlowArn: "arn:aws:service:region:account:resource"
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
iam:PassRolemediaconnect:AddFlowOutputsmediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:DescribeFlowmediaconnect:UpdateFlowOutputmediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:RemoveFlowOutputmediaconnect:DescribeFlowmediaconnect:ListFlowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterOutputArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name