AWS cli documentation change
Summary
Added new filter parameters for Azure resource coverage and expanded output details for multi-cloud support. Updated resource patterns, status reasons, runtime options, and added metadata structures for Azure resources.
Security assessment
The changes enhance documentation for Inspector2's multi-cloud security coverage capabilities by adding Azure-specific filters and resource details. While this improves security visibility across cloud providers, there's no evidence of addressing a specific vulnerability. The updates document expanded security assessment features for Azure resources.
Diff
diff --git a/cli/latest/reference/inspector2/list-coverage.md b/cli/latest/reference/inspector2/list-coverage.md index 422c7a4f6..6523c5157 100644 --- a//cli/latest/reference/inspector2/list-coverage.md +++ b//cli/latest/reference/inspector2/list-coverage.md @@ -14,2 +14,2 @@ - * [previous](list-code-security-scan-configurations.html "list-code-security-scan-configurations") | - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [previous](list-connectors.html "list-connectors") | + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -22 +22 @@ - * [← list-code-security-scan-configurations](list-code-security-scan-configurations.html "previous chapter \(use the left arrow\)") / + * [← list-connectors](list-connectors.html "previous chapter \(use the left arrow\)") / @@ -838,0 +839,423 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +> +> cloudProvider -> (list) +> +>> The cloud provider to filter coverage results by. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `10` +>> + +>> +>> (structure) +>> +>>> Contains details of a coverage string filter. +>>> +>>> comparison -> (string) [required] +>>> +>>>> The operator to compare strings on. +>>>> +>>>> Possible values: +>>>> +>>>> * `EQUALS` +>>>> * `NOT_EQUALS` +>>>> + +>>> +>>> value -> (string) [required] +>>> +>>>> The value to compare strings on. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `1024` +>>>> + +> +> cloudProviderAccountId -> (list) +> +>> The cloud provider account ID to filter coverage results by. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `10` +>> + +>> +>> (structure) +>> +>>> Contains details of a coverage string filter. +>>> +>>> comparison -> (string) [required] +>>> +>>>> The operator to compare strings on. +>>>> +>>>> Possible values: +>>>> +>>>> * `EQUALS` +>>>> * `NOT_EQUALS` +>>>> + +>>> +>>> value -> (string) [required] +>>> +>>>> The value to compare strings on. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `1024` +>>>> + +> +> cloudProviderRegion -> (list) +> +>> The cloud provider region to filter coverage results by. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `10` +>> + +>> +>> (structure) +>> +>>> Contains details of a coverage string filter. +>>> +>>> comparison -> (string) [required] +>>> +>>>> The operator to compare strings on. +>>>> +>>>> Possible values: +>>>> +>>>> * `EQUALS` +>>>> * `NOT_EQUALS` +>>>> + +>>> +>>> value -> (string) [required] +>>> +>>>> The value to compare strings on. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `1024` +>>>> + +> +> cloudVmInstanceTags -> (list) +> +>> The cloud VM instance tags to filter coverage results by. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `10` +>> + +>> +>> (structure) +>> +>>> Contains details of a coverage map filter. +>>> +>>> comparison -> (string) [required] +>>> +>>>> The operator to compare coverage on. +>>>> +>>>> Possible values: +>>>> +>>>> * `EQUALS` +>>>> + +>>> +>>> key -> (string) [required] +>>> +>>>> The tag key associated with the coverage map filter. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> + +>>> +>>> value -> (string) +>>> +>>>> The tag value associated with the coverage map filter. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> + +> +> cloudContainerImageTags -> (list) +> +>> The cloud container image tags to filter coverage results by. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `10` +>> + +>> +>> (structure) +>> +>>> Contains details of a coverage string filter. +>>> +>>> comparison -> (string) [required] +>>> +>>>> The operator to compare strings on. +>>>> +>>>> Possible values: +>>>> +>>>> * `EQUALS` +>>>> * `NOT_EQUALS` +>>>> + +>>> +>>> value -> (string) [required] +>>> +>>>> The value to compare strings on. +>>>>