mobiletargeting:GetChannels

List

mobiletargeting:GetChannels is a List access-level action in the mobiletargeting service. Grants permission to get all channels information for your app

Resource types

ARNs that mobiletargeting:GetChannels can be scoped to in an IAM policy.

arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/channels
channels

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMobiletargetingGetChannels",
      "Effect": "Allow",
      "Action": "mobiletargeting:GetChannels",
      "Resource": "*"
    }
  ]
}

Related actions in mobiletargeting

View all mobiletargeting actions →