AWS cli documentation change
Summary
Added identical --deployment-config and --disable-validation options as create-change-set.md for stack creation operations
Security assessment
Mirrors changes from create-change-set.md by adding deployment configuration controls and validation bypass options. No security-specific context, vulnerability fixes, or security feature documentation is present in the changes.
Diff
diff --git a/cli/latest/reference/cloudformation/create-stack.md b/cli/latest/reference/cloudformation/create-stack.md index 9a3975956..744c377b1 100644 --- a//cli/latest/reference/cloudformation/create-stack.md +++ b//cli/latest/reference/cloudformation/create-stack.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -87,0 +88,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/cloudf + [--deployment-config <value>] + [--disable-validation | --no-disable-validation] @@ -517,0 +520,47 @@ JSON Syntax: +`--deployment-config` (structure) + +> The deployment configuration for this stack operation, including the deployment mode. +> +> Mode -> (string) +> +>> Specifies the deployment mode for the stack operation. Possible values are: +>> +>> * `STANDARD` \- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly. +>> * `EXPRESS` \- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background. +>> + +>> +>> Possible values: +>> +>> * `STANDARD` +>> * `EXPRESS` +>> + +> +> DisableRollback -> (boolean) +> +>> Specifies whether to disable rollback of the stack if the stack operation fails. +>> +>> Default: `false` + +Shorthand Syntax: + + + Mode=string,DisableRollback=boolean + + +JSON Syntax: + + + { + "Mode": "STANDARD"|"EXPRESS", + "DisableRollback": true|false + } + + +`--disable-validation` | `--no-disable-validation` (boolean) + +> Set to `true` to disable pre-deployment validations in changeset or stack operations. +> +> Default: `false` + @@ -675 +724 @@ OperationId -> (string) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »