AWS cli documentation change
Summary
Updated CLI version reference, added 'security-level' parameter with CIS benchmark levels, reordered schedule parameters, and adjusted documentation structure
Security assessment
The addition of the 'security-level' parameter documenting CIS benchmark levels (LEVEL_1/LEVEL_2) directly relates to security configuration options, but there is no evidence of addressing a specific vulnerability. The change enhances security documentation by clarifying scan configuration options.
Diff
diff --git a/cli/latest/reference/inspector2/create-cis-scan-configuration.md b/cli/latest/reference/inspector2/create-cis-scan-configuration.md index ddb141295..c64234f43 100644 --- a//cli/latest/reference/inspector2/create-cis-scan-configuration.md +++ b//cli/latest/reference/inspector2/create-cis-scan-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) » @@ -68 +67,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - --schedule <value> @@ -70 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec - [--tags <value>] + --schedule <value> @@ -71,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + [--tags <value>] @@ -99,0 +100,11 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +`--security-level` (string) + +> The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile. +> +> Possible values: +> +> * `LEVEL_1` +> * `LEVEL_2` +> + + @@ -106 +117,5 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> This is a Tagged Union structure. Only one of the following top level keys can be set: `daily`, `monthly`, `oneTime`, `weekly`. +> This is a Tagged Union structure. Only one of the following top level keys can be set: `oneTime`, `daily`, `weekly`, `monthly`. +> +> oneTime -> (structure) +> +>> The schedule’s one time. @@ -124 +139 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> monthly -> (structure) +> weekly -> (structure) @@ -126,5 +141 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->> The schedule’s monthly. ->> ->> day -> (string) ->> ->>> The monthly schedule’s day. +>> The schedule’s weekly. @@ -134 +145 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The monthly schedule’s start time. +>>> The weekly schedule’s start time. @@ -143,8 +153,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec -> -> oneTime -> (structure) -> ->> The schedule’s one time. -> -> weekly -> (structure) -> ->> The schedule’s weekly. @@ -156,0 +160,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +> +> monthly -> (structure) +> +>> The schedule’s monthly. @@ -160 +167 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec ->>> The weekly schedule’s start time. +>>> The monthly schedule’s start time. @@ -168,0 +176,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +>> +>> day -> (string) +>> +>>> The monthly schedule’s day. @@ -173 +184 @@ Shorthand Syntax: - daily={startTime={timeOfDay=string,timezone=string}},monthly={day=string,startTime={timeOfDay=string,timezone=string}},oneTime={},weekly={days=[string,string],startTime={timeOfDay=string,timezone=string}} + oneTime={},daily={startTime={timeOfDay=string,timezone=string}},weekly={startTime={timeOfDay=string,timezone=string},days=[string,string]},monthly={startTime={timeOfDay=string,timezone=string},day=string} @@ -179,0 +191,3 @@ JSON Syntax: + "oneTime": { + + }, @@ -186,2 +200 @@ JSON Syntax: - "monthly": { - "day": "SUN"|"MON"|"TUE"|"WED"|"THU"|"FRI"|"SAT", + "weekly": { @@ -191 +203,0 @@ JSON Syntax: - } @@ -193,2 +205 @@ JSON Syntax: - "oneTime": { - + "days": ["SUN"|"MON"|"TUE"|"WED"|"THU"|"FRI"|"SAT", ...] @@ -196,2 +207 @@ JSON Syntax: - "weekly": { - "days": ["SUN"|"MON"|"TUE"|"WED"|"THU"|"FRI"|"SAT", ...], + "monthly": { @@ -200,0 +211,2 @@ JSON Syntax: + }, + "day": "SUN"|"MON"|"TUE"|"WED"|"THU"|"FRI"|"SAT" @@ -203,33 +214,0 @@ JSON Syntax: - } - - -`--security-level` (string) - -> The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile. -> -> Possible values: -> -> * `LEVEL_1` -> * `LEVEL_2` -> - - -`--tags` (map) - -> The tags for the CIS scan configuration. -> -> key -> (string) -> -> value -> (string) - -Shorthand Syntax: - - - KeyName1=string,KeyName2=string - - -JSON Syntax: - - - {"string": "string" - ...} @@ -273,0 +253,21 @@ JSON Syntax: +`--tags` (map) + +> The tags for the CIS scan configuration. +> +> key -> (string) +> +> value -> (string) + +Shorthand Syntax: + + + KeyName1=string,KeyName2=string + + +JSON Syntax: + + + {"string": "string" + ...} + + @@ -387 +387 @@ scanConfigurationArn -> (string) - * [AWS CLI 2.27.63 Command Reference](../../index.html) » + * [AWS CLI 2.28.0 Command Reference](../../index.html) »