AWS cli documentation change
Summary
Added documentation for 'iamRoleForDataSourceArn' parameter in the data source configuration.
Security assessment
Provides details about IAM roles for secure data source access. No evidence of addressing a specific security vulnerability.
Diff
diff --git a/cli/latest/reference/opensearch/get-application.md b/cli/latest/reference/opensearch/get-application.md index b61512cde..4a15a8656 100644 --- a//cli/latest/reference/opensearch/get-application.md +++ b//cli/latest/reference/opensearch/get-application.md @@ -15 +15 @@ - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) » @@ -341,0 +342,12 @@ dataSources -> (list) +>> +>> iamRoleForDataSourceArn -> (string) +>> +>>> The ARN of the IAM role to be used for cross account/region data source association. +>>> +>>> Constraints: +>>> +>>> * min: `20` +>>> * max: `2048` +>>> * pattern: `arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b):iam::[0-9]+:role\/.*` +>>> + @@ -409 +421 @@ kmsKeyArn -> (string) - * [AWS CLI 2.34.4 Command Reference](../../index.html) » + * [AWS CLI 2.34.5 Command Reference](../../index.html) »