AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-16 · Documentation low

File: cli/latest/reference/cloudformation/create-stack.md

Summary

Updated CLI version reference, improved parameter documentation formatting, and clarified resource type permissions description

Security assessment

Changes are primarily grammatical improvements and documentation structure updates. The IAM policy reference update ('Control CloudFormation access...') adds specificity but doesn't introduce new security content. No security vulnerabilities or explicit security features are addressed.

Diff

diff --git a/cli/latest/reference/cloudformation/create-stack.md b/cli/latest/reference/cloudformation/create-stack.md
index 3bf132582..0fb7a12a3 100644
--- a//cli/latest/reference/cloudformation/create-stack.md
+++ b//cli/latest/reference/cloudformation/create-stack.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
@@ -151 +151 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cloudf
->> The Parameter data type.
+>> The `Parameter` data type.
@@ -357 +357 @@ Syntax:
-> The template resource types that you have permissions to work with for this create stack action, such as `AWS::EC2::Instance` , `AWS::EC2::*` , or `Custom::MyCustomInstance` . Use the following syntax to describe template resource types: `AWS::*` (for all Amazon Web Services resources), `Custom::*` (for all custom resources), `Custom::*logical_ID* `` (for a specific custom resource), ``AWS::*service_name* ::*` (for all resources of a particular Amazon Web Services service), and ``AWS::_service_name_ ::_resource_logical_ID_ `` (for a specific Amazon Web Services resource).
+> Specifies which resource types you can work with, such as `AWS::EC2::Instance` or `Custom::MyCustomInstance` .
@@ -359 +359 @@ Syntax:
-> If the list of resource types doesn’t include a resource that you’re creating, the stack creation fails. By default, CloudFormation grants permissions to all resource types. IAM uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see [Control access with Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html) .
+> If the list of resource types doesn’t include a resource that you’re creating, the stack creation fails. By default, CloudFormation grants permissions to all resource types. IAM uses this parameter for CloudFormation-specific condition keys in IAM policies. For more information, see [Control CloudFormation access with Identity and Access Management](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html) .
@@ -656 +656 @@ StackId -> (string)
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »