mediaconnect:AddFlowMediaStreams

Write

mediaconnect:AddFlowMediaStreams is a Write access-level action in the mediaconnect service. Grants permission to add media streams to any flow

Resource types

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

arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}
Flow
arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}/mediaStream/${MediaStreamName}
MediaStream

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in mediaconnect

View all mediaconnect actions →