AWS iotevents documentation change
Summary
Added JSON formatting markers and updated example policy with concrete account ID/region
Security assessment
Improves logging configuration documentation clarity without addressing vulnerabilities
Diff
diff --git a/iotevents/latest/developerguide/logging-options.md b/iotevents/latest/developerguide/logging-options.md index 804754513..5db7c70cd 100644 --- a//iotevents/latest/developerguide/logging-options.md +++ b//iotevents/latest/developerguide/logging-options.md @@ -12,0 +13,6 @@ This example demonstrates how to configure an IAM role that allows AWS IoT Event +JSON + + +**** + + @@ -27 +33 @@ This example demonstrates how to configure an IAM role that allows AWS IoT Event - "aws:SourceAccount": "account_id" + "aws:SourceAccount": "123456789012" @@ -30 +36 @@ This example demonstrates how to configure an IAM role that allows AWS IoT Event - "aws:SourceArn": "arn:aws:iotevents:region:account_id:*" + "aws:SourceArn": "arn:aws:iotevents:us-east-1:123456789012:*"