AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-02-25 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-customerprofiles-integration.md

Summary

Added new 'Scope' property with allowed values 'PROFILE | DOMAIN' to define integration applicability boundaries.

Security assessment

The 'Scope' property defines functional boundaries but doesn't explicitly address security controls, vulnerabilities, or security features. No evidence of security incident remediation.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-customerprofiles-integration.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-customerprofiles-integration.md
index 9416c5058..53bd0a1a8 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-customerprofiles-integration.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-customerprofiles-integration.md
@@ -25,0 +26 @@ To declare this entity in your CloudFormation template, use the following syntax
+          "Scope" : String,
@@ -44,0 +46 @@ To declare this entity in your CloudFormation template, use the following syntax
+      Scope: String
@@ -121,0 +124,19 @@ _Required_ : No
+
+`Scope`
+    
+
+The scope or boundary of the integration item's applicability.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Allowed values_ : `PROFILE | DOMAIN`
+
+ _Pattern_ : `^[a-zA-Z_][a-zA-Z_0-9-]*$`
+
+_Minimum_ : `1`
+
+ _Maximum_ : `255`
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)