mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-17 00:55:12 -05:00
Create example IoT Thing policy (#731)
* Create example claim policy and update formatting on previous examples * Add trailing linebreak
This commit is contained in:
parent
4610b37ade
commit
a727061dc2
3 changed files with 95 additions and 85 deletions
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"Version": "2012-10-17",
|
||||||
|
"Statement": [
|
||||||
|
{
|
||||||
|
"Effect": "Allow",
|
||||||
|
"Action": "iot:Connect",
|
||||||
|
"Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue