mediaconnect:ListOfferings

List

mediaconnect:ListOfferings is a List access-level action in the mediaconnect service. Grants permission to display a list of all offerings that are available to the account in the current AWS Region

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

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

Related actions in mediaconnect

View all mediaconnect actions →