Last active
August 31, 2021 07:04
-
-
Save jonyt/388a0510f0699f7a4308e1199bc82afd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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