mediapackagev2:GetChannel

Read

mediapackagev2:GetChannel is a Read access-level action in the mediapackagev2 service. Grants permission to retrieve details of a channel in a channel group

Resource types

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

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

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by tags associated with the resource

Example IAM policy

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

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

Related actions in mediapackagev2

View all mediapackagev2 actions →