mediaconnect:UpdateRouterOutput

Write

mediaconnect:UpdateRouterOutput is a Write access-level action in the mediaconnect service. Grants permission to update the configuration of a router output in AWS Elemental MediaConnect

Resource types

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

arn:${Partition}:mediaconnect:${Region}:${Account}:routerOutput:${RouterOutputId}
RouterOutput

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Dependent actions

To use mediaconnect:UpdateRouterOutput you may also need to grant:

Example IAM policy

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

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

Related actions in mediaconnect

View all mediaconnect actions →