AWS cli documentation change
Summary
Added new filter criteria for Inspector2 findings including cloud provider attributes, VM instance details, container image metadata, and serverless function properties. Updated AWS CLI version reference from 2.35.16 to 2.35.19.
Security assessment
The changes add filtering capabilities for Inspector2 (a security service) but don't address any specific vulnerability or weakness. They enhance documentation of existing security features by adding granular filters for cloud resources, container images, and serverless functions. This improves security posture by enabling better finding isolation but doesn't fix vulnerabilities.
Diff
diff --git a/cli/latest/reference/inspector2/list-filters.md b/cli/latest/reference/inspector2/list-filters.md index 1d2ce7681..1fb6478d0 100644 --- a//cli/latest/reference/inspector2/list-filters.md +++ b//cli/latest/reference/inspector2/list-filters.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -2174,0 +2175,662 @@ filters -> (list) +>>> +>>> cloudProvider -> (list) +>>> +>>>> Filter criteria for the cloud provider. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (structure) +>>>> +>>>>> An object that describes the details of a string filter. +>>>>> +>>>>> comparison -> (string) [required] +>>>>> +>>>>>> The operator to use when comparing values in the filter. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `EQUALS` +>>>>>> * `PREFIX` +>>>>>> * `NOT_EQUALS` +>>>>>> + +>>>>> +>>>>> value -> (string) [required] +>>>>> +>>>>>> The value to filter on. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>> +>>> cloudProviderRegion -> (list) +>>> +>>>> Filter criteria for the cloud provider region. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (structure) +>>>> +>>>>> An object that describes the details of a string filter. +>>>>> +>>>>> comparison -> (string) [required] +>>>>> +>>>>>> The operator to use when comparing values in the filter. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `EQUALS` +>>>>>> * `PREFIX` +>>>>>> * `NOT_EQUALS` +>>>>>> + +>>>>> +>>>>> value -> (string) [required] +>>>>> +>>>>>> The value to filter on. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>> +>>> cloudProviderAccountId -> (list) +>>> +>>>> Filter criteria for the cloud provider account ID. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (structure) +>>>> +>>>>> An object that describes the details of a string filter. +>>>>> +>>>>> comparison -> (string) [required] +>>>>> +>>>>>> The operator to use when comparing values in the filter. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `EQUALS` +>>>>>> * `PREFIX` +>>>>>> * `NOT_EQUALS` +>>>>>> + +>>>>> +>>>>> value -> (string) [required] +>>>>> +>>>>>> The value to filter on. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>> +>>> cloudProviderOrgId -> (list) +>>> +>>>> Filter criteria for the cloud provider organization ID. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (structure) +>>>> +>>>>> An object that describes the details of a string filter. +>>>>> +>>>>> comparison -> (string) [required] +>>>>> +>>>>>> The operator to use when comparing values in the filter. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `EQUALS` +>>>>>> * `PREFIX` +>>>>>> * `NOT_EQUALS` +>>>>>> + +>>>>> +>>>>> value -> (string) [required] +>>>>> +>>>>>> The value to filter on. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>> +>>> cloudVmImageReference -> (list) +>>> +>>>> Filter criteria for the image reference of a VM instance. +>>>> +>>>> Constraints: +>>>> +>>>> * min: `1` +>>>> * max: `10` +>>>> + +>>>> +>>>> (structure) +>>>> +>>>>> An object that describes the details of a string filter. +>>>>> +>>>>> comparison -> (string) [required] +>>>>> +>>>>>> The operator to use when comparing values in the filter. +>>>>>> +>>>>>> Possible values: +>>>>>> +>>>>>> * `EQUALS` +>>>>>> * `PREFIX` +>>>>>> * `NOT_EQUALS` +>>>>>> + +>>>>> +>>>>> value -> (string) [required] +>>>>> +>>>>>> The value to filter on. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `1024` +>>>>>> + +>>> +>>> cloudVmNetworkId -> (list)