AWS cdk documentation change
Summary
Formatting updates: Changed parameter syntax notation from backticks to angle brackets and minor wording adjustments (e.g., 'SSE-KMS encryption' to '`SSE-KMS` encryption')
Security assessment
Changes are documentation syntax fixes without security implications. While the command relates to security-sensitive operations (KMS keys, permissions boundaries), the changes only affect formatting, not security functionality or guidance.
Diff
diff --git a/cdk/v2/guide/ref-cli-cmd-bootstrap.md b/cdk/v2/guide/ref-cli-cmd-bootstrap.md index 9d392d37e..03c6f4b08 100644 --- a//cdk/v2/guide/ref-cli-cmd-bootstrap.md +++ b//cdk/v2/guide/ref-cli-cmd-bootstrap.md @@ -9 +9 @@ This is the AWS CDK v2 Developer Guide. The older CDK v1 entered maintenance on -# cdk bootstrap +# `cdk bootstrap` @@ -37 +37 @@ For a list of global options that work with all CDK CLI commands, see [Global op -`--bootstrap-bucket-name, --toolkit-bucket-name, -b `STRING`` +`--bootstrap-bucket-name, --toolkit-bucket-name, -b <STRING>` @@ -48 +48 @@ _Default value_ : Undefined -`--bootstrap-customer-key `BOOLEAN`` +`--bootstrap-customer-key <BOOLEAN>` @@ -57 +57 @@ _Default value_ : Undefined -`--bootstrap-kms-key-id `STRING`` +`--bootstrap-kms-key-id <STRING>` @@ -60 +60 @@ _Default value_ : Undefined -The AWS KMS master key ID to use for the SSE-KMS encryption. +The AWS KMS master key ID to use for the `SSE-KMS` encryption. @@ -68 +68 @@ _Default value_ : Undefined -`--cloudformation-execution-policies `ARRAY`` +`--cloudformation-execution-policies <ARRAY>` @@ -90 +90 @@ _Default value_ : `[]` -`--custom-permissions-boundary, -cpb `STRING`` +`--custom-permissions-boundary, -cpb <STRING>` @@ -99 +99 @@ _Default value_ : Undefined -`--example-permissions-boundary, -epb `BOOLEAN`` +`--example-permissions-boundary, -epb <BOOLEAN>` @@ -112 +112 @@ _Default value_ : Undefined -`--execute `BOOLEAN`` +`--execute <BOOLEAN>` @@ -119 +119 @@ _Default value_ : `true` -`--force, -f `BOOLEAN`` +`--force, -f <BOOLEAN>` @@ -126 +126 @@ _Default value_ : `false` -`--help, -h `BOOLEAN`` +`--help, -h <BOOLEAN>` @@ -131 +131 @@ Show command reference information for the `cdk bootstrap` command. -`--previous-parameters `BOOLEAN`` +`--previous-parameters <BOOLEAN>` @@ -140 +140 @@ _Default value_ : `true` -`--public-access-block-configuration `BOOLEAN`` +`--public-access-block-configuration <BOOLEAN>` @@ -147 +147 @@ _Default value_ : `true` -`--qualifier `STRING`` +`--qualifier <STRING>` @@ -158 +158 @@ _Default value_ : `hnb659fds`. This value has no significance. -`--show-template `BOOLEAN`` +`--show-template <BOOLEAN>` @@ -165 +165 @@ _Default value_ : `false` -`--tags, -t `ARRAY`` +`--tags, -t <ARRAY>` @@ -172 +172 @@ _Default value_ : `[]` -`--template `STRING`` +`--template <STRING>` @@ -177 +177 @@ Use the template from the given file instead of the built-in one. -`--termination-protection `BOOLEAN`` +`--termination-protection <BOOLEAN>` @@ -188 +188 @@ _Default value_ : Undefined -`--toolkit-stack-name `STRING`` +`--toolkit-stack-name <STRING>` @@ -201 +201 @@ _Required_ : Yes -`--trust `ARRAY`` +`--trust <ARRAY>` @@ -233 +233 @@ _Default value_ : `[]` -`--trust-for-lookup `ARRAY`` +`--trust-for-lookup <ARRAY>`