AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-06-22 · Documentation medium

File: AWSCloudFormation/latest/TemplateReference/aws-resource-cognito-userpooldomain.md

Summary

Added new 'Routing' property with failover configuration for multi-region deployments

Security assessment

The routing configuration enhances disaster recovery capabilities but doesn't address a specific vulnerability. It documents security-adjacent reliability features.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-cognito-userpooldomain.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-cognito-userpooldomain.md
index 3f2dee93f..2de62d8cf 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-cognito-userpooldomain.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-cognito-userpooldomain.md
@@ -25,0 +26 @@ To declare this entity in your CloudFormation template, use the following syntax
+          "Routing" : [RoutingType](./aws-properties-cognito-userpooldomain-routingtype.html),
@@ -39,0 +41,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      Routing: 
+        [RoutingType](./aws-properties-cognito-userpooldomain-routingtype.html)
@@ -84,0 +88,11 @@ _Required_ : No
+
+`Routing`
+    
+
+The routing configuration for the user pool domain. Specifies failover settings for multi-region deployments.
+
+_Required_ : No
+
+ _Type_ : [RoutingType](./aws-properties-cognito-userpooldomain-routingtype.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)