AWS cli documentation change
Summary
Added account ID parameter for member account scan configuration retrieval
Security assessment
New --account-id parameter enables delegated administrators to retrieve member account configurations, enhancing multi-account security management documentation without fixing vulnerabilities.
Diff
diff --git a/cli/latest/reference/inspector2/get-configuration.md b/cli/latest/reference/inspector2/get-configuration.md index d6eeb7e59..fafc7778d 100644 --- a//cli/latest/reference/inspector2/get-configuration.md +++ b//cli/latest/reference/inspector2/get-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Retrieves setting configurations for Inspector scans. +Retrieves setting configurations for Amazon Inspector scans. If you specify an `accountId` , this operation returns the scan configuration for that member account. You must be the delegated administrator for the specified member account. If you do not specify an `accountId` , this operation returns your own scan configuration. @@ -67,0 +68 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec + [--account-id <value>] @@ -92,0 +94,12 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/inspec +`--account-id` (string) + +> The 12-digit Amazon Web Services account ID of the member account whose scan configuration you want to retrieve. When specified, you must be the delegated administrator for this member account. If not specified, the operation returns your own configuration. +> +> Constraints: +> +> * min: `12` +> * max: `12` +> * pattern: `\d{12}` +> + + @@ -373 +386 @@ ec2Configuration -> (structure) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »