AWS cli documentation change
Summary
Added --remediation-types parameter and updated regex patterns
Security assessment
Introduces documentation for remediation actions (drift correction/compliance enforcement) which are security-related features, but does not address a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/controltower/create-landing-zone.md b/cli/latest/reference/controltower/create-landing-zone.md index 094e1212d..6766417d4 100644 --- a//cli/latest/reference/controltower/create-landing-zone.md +++ b//cli/latest/reference/controltower/create-landing-zone.md @@ -15 +15 @@ - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) » @@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/contro + [--remediation-types <value>] @@ -105,0 +107,25 @@ JSON Syntax: +`--remediation-types` (list) + +> Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement. +> +> Constraints: +> +> * min: `1` +> * max: `1` +> + +> +> (string) +> +>> Possible values: +>> +>> * `INHERITANCE_DRIFT` +>> + + +Syntax: + + + "string" "string" ... + + @@ -156 +182 @@ JSON Syntax: -> * pattern: `^\d+.\d+$` +> * pattern: `\d+.\d+` @@ -267 +293 @@ arn -> (string) -> * pattern: `^arn:aws[0-9a-zA-Z_\-:\/]+$` +> * pattern: `arn:aws[0-9a-zA-Z_\-:\/]+` @@ -279 +305 @@ operationIdentifier -> (string) -> * pattern: `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$` +> * pattern: `[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}` @@ -293 +319 @@ operationIdentifier -> (string) - * [AWS CLI 2.31.31 Command Reference](../../index.html) » + * [AWS CLI 2.31.32 Command Reference](../../index.html) »