mediaconnect:CreateRouterInput

Write

mediaconnect:CreateRouterInput is a Write access-level action in the mediaconnect service. Grants permission to create a new router input in AWS Elemental MediaConnect

Resource types

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

arn:${Partition}:mediaconnect:${Region}:${Account}:routerInput:${RouterInputId}
RouterInput

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Dependent actions

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

Example IAM policy

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

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

Related actions in mediaconnect

View all mediaconnect actions →