mediaconnect:GrantFlowEntitlements

Write

mediaconnect:GrantFlowEntitlements is a Write access-level action in the mediaconnect service. Grants permission to grant entitlements on any flow

Resource types

ARNs that mediaconnect:GrantFlowEntitlements can be scoped to in an IAM policy.

arn:${Partition}:mediaconnect:${Region}:${Account}:entitlement:${FlowId}:${EntitlementName}
Entitlement
arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}
Flow

Condition keys

Keys you can use in the Condition block of a policy that grants mediaconnect:GrantFlowEntitlements.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

A minimal policy that allows mediaconnect:GrantFlowEntitlements. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediaconnectGrantFlowEntitlements",
      "Effect": "Allow",
      "Action": "mediaconnect:GrantFlowEntitlements",
      "Resource": "*"
    }
  ]
}

Related actions in mediaconnect

View all mediaconnect actions →