AWS Security ChangesHomeSearch

AWS cloudformation-cli documentation change

Service: cloudformation-cli · 2025-02-27 · Documentation low

File: cloudformation-cli/latest/hooks-userguide/hooks-stack-level-filtering.md

Summary

Added documentation about wildcard support in StackNames and StackRoles

Security assessment

The change adds documentation about wildcard functionality but does not specifically address security features or issues

Diff

diff --git a/cloudformation-cli/latest/hooks-userguide/hooks-stack-level-filtering.md
index 78208fb98..1f6e8d631 100644
--- a/cloudformation-cli/latest/hooks-userguide/hooks-stack-level-filtering.md
+++ b/cloudformation-cli/latest/hooks-userguide/hooks-stack-level-filtering.md
@@ -103,0 +104,2 @@ Each stack name in the `Include` and `Exclude` arrays must adhere to the followi
+`StackNames` support concrete stack names and full wildcard matching. To see examples using wildcards, see [Using wildcards with Hook target names](./wildcard-hook-targets.html).
+
@@ -146,0 +149,13 @@ Each stack role in the `Include` and `Exclude` arrays must adhere to the followi
+
+`StackRoles` allow wildcard characters in the following [ARN syntax](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html#arns-syntax) sections:
+
+  * `partition`
+
+  * `account-id`
+
+  * `resource-id`
+
+
+
+
+To see examples using wildcards in the ARN syntax sections, see [Using wildcards with Hook target names](./wildcard-hook-targets.html).