mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 09:47:44 -04: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
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
|
@ -28,4 +28,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"Parameters": {
|
||||
"SerialNumber": {
|
||||
"Type": "String"
|
||||
|
@ -51,4 +51,4 @@
|
|||
"DeviceConfiguration": {
|
||||
"Foo": "Bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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