AWS Security ChangesHomeSearch

AWS iotevents documentation change

Service: iotevents · 2025-10-25 · Documentation low

File: iotevents/latest/developerguide/accessing-an-alarm-model.md

Summary

Added JSON formatting markers and updated example policy with concrete account ID and region

Security assessment

Standardizes documentation format and provides specific policy examples without addressing security vulnerabilities

Diff

diff --git a/iotevents/latest/developerguide/accessing-an-alarm-model.md b/iotevents/latest/developerguide/accessing-an-alarm-model.md
index 262230f94..d8c8ae457 100644
--- a//iotevents/latest/developerguide/accessing-an-alarm-model.md
+++ b//iotevents/latest/developerguide/accessing-an-alarm-model.md
@@ -12,0 +13,6 @@ In this example, the role can access any alarm model within the specified AWS ac
+JSON
+    
+
+****
+    
+    
@@ -27 +33 @@ In this example, the role can access any alarm model within the specified AWS ac
-              "aws:SourceAccount": "account_id"
+                    "aws:SourceAccount": "123456789012"
@@ -30 +36 @@ In this example, the role can access any alarm model within the specified AWS ac
-              "aws:SourceArn": "arn:aws:iotevents:region:account_id:alarmModel/*"
+                    "aws:SourceArn": "arn:aws:iotevents:us-east-1:123456789012:alarmModel/*"