Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Version": "2012-10-17",
- "Statement": [
- {
- "Effect": "Allow",
- "Action": ["iot:Connect"],
- "Resource": "*"
- },
- {
- "Effect": "Allow",
- "Action": ["iot:Publish","iot:Receive"],
- "Resource": [
- "arn:aws:iot:aws-region:aws-account-id:topic/$aws/certificates/create/*",
- "arn:aws:iot:aws-region:aws-account-id:topic/$aws/provisioning-templates/templateName/provision/*"
- ]
- },
- {
- "Effect": "Allow",
- "Action": "iot:Subscribe",
- "Resource": [
- "arn:aws:iot:aws-region:aws-account-id:topicfilter/$aws/certificates/create/*",
- "arn:aws:iot:aws-region:aws-account-id:topicfilter/$aws/provisioning-templates/templateName/provision/*"
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement