Skip to content

Instantly share code, notes, and snippets.

@5t33
Created July 31, 2023 04:43
Show Gist options
  • Save 5t33/6611c0a56d0165cba4dc4c256c31e2c6 to your computer and use it in GitHub Desktop.
Save 5t33/6611c0a56d0165cba4dc4c256c31e2c6 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"mobiletargeting:UpdateEndpoint",
"mobiletargeting:PutEvents"
],
"Resource": "arn:aws:mobiletargeting:*:${ACCOUNT_ID}:apps/<your pinpoint app ID>*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment