AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::FlowEntitlement

MediaConnect FlowEntitlement

Resource schema for AWS::MediaConnect::FlowEntitlement

Properties

7 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Required
FlowArn
string
Required
Name
string
RequiredCreate-only
Subscribers
Array<string>
Required
DataTransferSubscriberFeePercent
integer
Create-only
Encryption
Encryption
EntitlementStatus
string

Return Values

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

AttributeTypeDescription
EntitlementArnstringThe ARN of the entitlement.

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

Resources:
  MyResource:
    Type: AWS::MediaConnect::FlowEntitlement
    Properties:
      FlowArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      Subscribers: []
      Description: "value"

Required IAM Permissions

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

create

iam:PassRolemediaconnect:GrantFlowEntitlements

read

mediaconnect:DescribeFlowmediaconnect:ListFlows

update

mediaconnect:DescribeFlowmediaconnect:UpdateFlowEntitlement

delete

mediaconnect:DescribeFlowmediaconnect:ListFlowsmediaconnect:RevokeFlowEntitlement

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
Properties8
Required4
TaggingNot supported
Primary IDEntitlementArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DataTransferSubscriberFeePercentName

External Links