AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-04-11 · Documentation low

File: AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.md

Summary

Reformatted JSON/YAML examples for improved readability without changing functionality

Security assessment

Changes are purely structural formatting adjustments to code examples. The dimension configuration example relates to security monitoring but does not introduce new security documentation.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.md b/AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.md
index 08fb6eeb7..af5e000e3 100644
--- a//AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.md
+++ b//AWSCloudFormation/latest/UserGuide/aws-resource-iot-dimension.md
@@ -126,5 +126,21 @@ The Amazon Resource Name (ARN) of the dimension.
-    { "AWSTemplateFormatVersion": "2010-09-09", "Description": "Amazon
-                Web Services IoT Dimension Sample Template", "Resources": {
-                "TopicFilterForAuthMessagesDimension": { "Type": "AWS::IoT::Dimension", "Properties": {
-                "Name": "TopicFilterForAuthMessages", "Type": "TOPIC_FILTER", "StringValues": [
-                "device/+/auth" ], "Tags": [ { "Key": "Application", "Value": "SmartHome" } ] } } }
+    {
+      "AWSTemplateFormatVersion": "2010-09-09",
+      "Description": "Amazon Web Services IoT Dimension Sample Template",
+      "Resources": {
+        "TopicFilterForAuthMessagesDimension": {
+          "Type": "AWS::IoT::Dimension",
+          "Properties": {
+            "Name": "TopicFilterForAuthMessages",
+            "Type": "TOPIC_FILTER",
+            "StringValues": [
+              "device/+/auth"
+            ],
+            "Tags": [
+              {
+                "Key": "Application",
+                "Value": "SmartHome"
+              }
+            ]
+          }
+        }
+      }
@@ -136,5 +152,13 @@ The Amazon Resource Name (ARN) of the dimension.
-    AWSTemplateFormatVersion: 2010-09-09 Description: Amazon Web
-                Services IoT Dimension Sample Template Resources: TopicFilterForAuthMessagesDimension:
-                Type: 'AWS::IoT::Dimension' Properties: Name: TopicFilterForAuthMessages Type:
-                TOPIC_FILTER StringValues: - device/+/auth Tags: - Key: Application Value:
-                SmartHome
+    AWSTemplateFormatVersion: '2010-09-09'
+    Description: Amazon Web Services IoT Dimension Sample Template
+    Resources:
+      TopicFilterForAuthMessagesDimension:
+        Type: 'AWS::IoT::Dimension'
+        Properties:
+          Name: TopicFilterForAuthMessages
+          Type: TOPIC_FILTER
+          StringValues:
+            - device/+/auth
+          Tags:
+            - Key: Application
+              Value: SmartHome