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

MediaConnect FlowSource

Resource schema for AWS::MediaConnect::FlowSource

Properties

18 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Required
Name
string
RequiredCreate-only
Decryption
Encryption
EntitlementArn
string
FlowArn
string
GatewayBridgeSource
GatewayBridgeSource
IngestPort
integer
MaxBitrate
integer
MaxLatency
integer
MinLatency
integer
Protocol
string
SenderControlPort
integer
SenderIpAddress
string
SourceListenerAddress
string
SourceListenerPort
integer
StreamId
string
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:
      Name: "my-name"
      Description: "value"

Required IAM Permissions

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

create

mediaconnect:CreateFlowmediaconnect:DescribeFlowmediaconnect:AddFlowSourcesiam:PassRole

read

mediaconnect:DescribeFlowmediaconnect:ListFlows

update

mediaconnect:DescribeFlowmediaconnect:UpdateFlowSource

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
Properties21
Required2
TaggingNot supported
Primary IDSourceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links