[修改] 增加freeRTOS
1. 版本FreeRTOSv202212.01,命名为kernel;
This commit is contained in:
25
kernel/tools/aws_config_quick_start/policy_document.templ
Normal file
25
kernel/tools/aws_config_quick_start/policy_document.templ
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": "iot:Connect",
|
||||
"Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": "iot:Publish",
|
||||
"Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": "iot:Subscribe",
|
||||
"Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"
|
||||
},
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": "iot:Receive",
|
||||
"Resource": "arn:aws:iot:<aws-region>:<aws-account-id>:*"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user