AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::FlowSource

MediaConnect FlowSource

Resource Type definition for AWS::MediaConnect::FlowSource

Properties

19 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Required
FlowArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
Decryption
Encryption
EntitlementArn
string
Deprecated
GatewayBridgeSource
GatewayBridgeSource
IngestPort
integer
MaxBitrate
integer
MaxLatency
integer
MinLatency
integer
Protocol
string
Create-only
SenderControlPort
integer
Deprecated
SenderIpAddress
string
Deprecated
SourceListenerAddress
string
SourceListenerPort
integer
StreamId
string
Tags
Array<Tag>
VpcInterfaceName
string
WhitelistCidr
string

Return Values

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

AttributeTypeDescription
IngestIpstringThe IP address that the flow will be listening on for incoming content.
SourceArnstringThe ARN of the source.
SourceIngestPortstringThe port that the flow will be listening on for incoming content.(ReadOnly)

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::FlowSource

Resources:
  MyResource:
    Type: AWS::MediaConnect::FlowSource
    Properties:
      FlowArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      Description: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

mediaconnect:CreateFlowmediaconnect:DescribeFlowmediaconnect:AddFlowSourcesmediaconnect:TagResourcemediaconnect:ListTagsForResourceiam:PassRole

read

mediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:ListTagsForResource

update

mediaconnect:DescribeFlowmediaconnect:UpdateFlowSourcemediaconnect:TagResourcemediaconnect:UntagResourcemediaconnect:ListTagsForResourceiam:PassRole

delete

mediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:RemoveFlowSource

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
Properties22
Required3
TaggingSupported
Primary IDSourceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

FlowArnNameProtocol

External Links