]> git.sur5r.net Git - freertos/blob - FreeRTOS-Labs/Demo/FreeRTOS_IoT_Libraries/tools/aws_config_quick_start/policy_document.templ
Add the Labs projects provided in the V10.2.1_191129 zip file.
[freertos] / FreeRTOS-Labs / Demo / FreeRTOS_IoT_Libraries / tools / aws_config_quick_start / policy_document.templ
1 {\r
2     "Version": "2012-10-17",\r
3     "Statement": [\r
4         {\r
5             "Effect": "Allow",\r
6             "Action": "iot:Connect",\r
7             "Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"\r
8         },\r
9         {\r
10             "Effect": "Allow",\r
11             "Action": "iot:Publish",\r
12             "Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"\r
13         },\r
14         {\r
15             "Effect": "Allow",\r
16             "Action": "iot:Subscribe",\r
17             "Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"\r
18         },\r
19         {\r
20             "Effect": "Allow",\r
21             "Action": "iot:Receive",\r
22             "Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"\r
23         }\r
24     ]\r
25 }