Skip to content

Instantly share code, notes, and snippets.

@jonyt
Last active August 31, 2021 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonyt/388a0510f0699f7a4308e1199bc82afd to your computer and use it in GitHub Desktop.
Save jonyt/388a0510f0699f7a4308e1199bc82afd to your computer and use it in GitHub Desktop.
{
"Statement":[
{
"Action":[
"iot:Receive",
"iot:Subscribe",
"iot:Connect"
],
"Effect":"Allow",
"Resource":[
"arn:aws:iot:us-east-1:1111111:client/${credentials-iot:ThingName}",
"arn:aws:iot:us-east-1:1111111:topicfilter/*/${credentials-iot:ThingName}*",
"arn:aws:iot:us-east-1:1111111:topic/*/${credentials-iot:ThingName}*"
]
}
],
"Version":"2012-10-17"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment