mediapackagev2:ListChannels

List

mediapackagev2:ListChannels is a List access-level action in the mediapackagev2 service. Grants permission to list all channels in a channel group

Resource types

ARNs that mediapackagev2:ListChannels can be scoped to in an IAM policy.

arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}
ChannelGroup

Condition keys

Keys you can use in the Condition block of a policy that grants mediapackagev2:ListChannels.

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMediapackagev2ListChannels",
      "Effect": "Allow",
      "Action": "mediapackagev2:ListChannels",
      "Resource": "*"
    }
  ]
}

Related actions in mediapackagev2

View all mediapackagev2 actions →