AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::FlowOutput

MediaConnect FlowOutput

Resource schema for AWS::MediaConnect::FlowOutput

Properties

20 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
OutputArnstringThe ARN of the output.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:PassRolemediaconnect:AddFlowOutputs

read

mediaconnect:DescribeFlowmediaconnect:ListFlows

update

mediaconnect:DescribeFlowmediaconnect:UpdateFlowOutput

delete

mediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:RemoveFlowOutput

list

mediaconnect:DescribeFlowmediaconnect:ListFlows

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaConnect
Properties21
Required1
TaggingNot supported
Primary IDOutputArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links