Slide 42
Slide 42 text
42
IoT Policyの例
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"iot:Connect"
],
"Resource": [
"arn:aws:iot:ap-northeast-1:123456789012:client/${iot:Connection.Thing.ThingName}”
]
},
{
”Effect”: ”Allow”,
”Action”: [
”iot:Subscribe”
],
”Resource”: [
”arn:aws:iot:ap-northeast-
1:123456789012:topicfilter/devio/${iot:Connection.Thing.ThingName}/location"
]
…以下省略