AWS cli documentation change
Summary
Added new --data-source-access-policy parameter documentation
Security assessment
Introduces documentation for a new IAM access policy parameter that helps define permissions for data source access. This enhances security documentation but does not address a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/opensearch/add-direct-query-data-source.md b/cli/latest/reference/opensearch/add-direct-query-data-source.md index 65d233117..23c665814 100644 --- a//cli/latest/reference/opensearch/add-direct-query-data-source.md +++ b//cli/latest/reference/opensearch/add-direct-query-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) » @@ -70,0 +71 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/opense + [--data-source-access-policy <value>] @@ -200,0 +202,12 @@ Syntax: +`--data-source-access-policy` (string) + +> An optional IAM access policy document that defines the permissions for accessing the data source. The policy document must be in valid JSON format and follow IAM policy syntax. +> +> Constraints: +> +> * min: `0` +> * max: `102400` +> * pattern: `.*` +> + + @@ -378 +391 @@ DataSourceArn -> (string) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »