AWS cli documentation change
Summary
Clarified IAM role requirements for data sources (required for all connectors except custom connectors)
Security assessment
Improves documentation about IAM role requirements for secure access control but does not address a specific vulnerability
Diff
diff --git a/cli/latest/reference/qbusiness/create-data-source.md b/cli/latest/reference/qbusiness/create-data-source.md index e67b1fb9d..4caef9f94 100644 --- a//cli/latest/reference/qbusiness/create-data-source.md +++ b//cli/latest/reference/qbusiness/create-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) » @@ -220 +220 @@ JSON Syntax: -> The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. +> The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. This field is required for all connector types except custom connectors, where it is optional. @@ -724 +724 @@ dataSourceArn -> (string) - * [AWS CLI 2.28.16 Command Reference](../../index.html) » + * [AWS CLI 2.28.19 Command Reference](../../index.html) »