AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

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

File: AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.md

Summary

Fixed YAML syntax in example template (quotes removed, boolean values normalized)

Security assessment

Changes are purely syntactic (YAML formatting improvements) with no security implications.

Diff

diff --git a/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.md b/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.md
index 17a3823f4..6cd68f92e 100644
--- a//AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.md
+++ b//AWSCloudFormation/latest/UserGuide/aws-resource-cognito-identitypoolprincipaltag.md
@@ -99 +99 @@ The following example maps the claim `aud` to principal tag `app_id` and the cla
-      AWSTemplateFormatVersion: "2010-09-09"
+    AWSTemplateFormatVersion: 2010-09-09
@@ -105,2 +105,2 @@ The following example maps the claim `aud` to principal tag `app_id` and the cla
-              IdentityPoolName: 'example_pool'
-              AllowUnauthenticatedIdentities: True      
+          IdentityPoolName: example_pool
+          AllowUnauthenticatedIdentities: true
@@ -108 +108 @@ The following example maps the claim `aud` to principal tag `app_id` and the cla
-                "graph.facebook.com": "abcdExampleClientId"
+            graph.facebook.com: abcdExampleClientId
@@ -112,2 +112,2 @@ The following example maps the claim `aud` to principal tag `app_id` and the cla
-              IdentityPoolId: !Ref 'ExamplePool'
-              IdentityProviderName: "graph.facebook.com"
+          IdentityPoolId: !Ref ExamplePool
+          IdentityProviderName: graph.facebook.com
@@ -115,2 +115,2 @@ The following example maps the claim `aud` to principal tag `app_id` and the cla
-                app_id: "aud"
-                user_id: "sub"
+            app_id: aud
+            user_id: sub