Skip to content

Instantly share code, notes, and snippets.

@salihgueler
Created August 31, 2023 10:43
Show Gist options
  • Save salihgueler/2b44dd5494bdbfbd288a033af21bff9d to your computer and use it in GitHub Desktop.
Save salihgueler/2b44dd5494bdbfbd288a033af21bff9d to your computer and use it in GitHub Desktop.
Custom Policies
[
{
"Effect": "Allow",
"Action": [
"mobiletargeting:GetCampaigns",
"mobiletargeting:CreateCampaign",
"mobiletargeting:SendMessages"
],
"Resource": [
"<Generated-ARN>"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment