AWS cli documentation change
Summary
Added '--data-source-access-policy' option to configure IAM access policies for data sources.
Security assessment
Introduces documentation for IAM policy management to control data source access. This is a security feature addition, not a vulnerability fix.
Diff
diff --git a/cli/latest/reference/opensearch/update-direct-query-data-source.md b/cli/latest/reference/opensearch/update-direct-query-data-source.md index c85be711c..3eb8d077b 100644 --- a//cli/latest/reference/opensearch/update-direct-query-data-source.md +++ b//cli/latest/reference/opensearch/update-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>] @@ -199,0 +201,12 @@ Syntax: +`--data-source-access-policy` (string) + +> An optional IAM access policy document that defines the updated permissions for accessing the direct query data source. The policy document must be in valid JSON format and follow IAM policy syntax. If not specified, the existing access policy if present remains unchanged. +> +> Constraints: +> +> * min: `0` +> * max: `102400` +> * pattern: `.*` +> + + @@ -327 +340 @@ DataSourceArn -> (string) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »