AWS athena medium security documentation change
Summary
Added two new SageMaker authentication types: SageMaker Browser IDC and SageMaker IAM
Security assessment
Introduces new authentication methods which are security features. SageMaker IAM specifically enables IAM-based access control, directly enhancing authentication security.
Diff
diff --git a/athena/latest/ug/odbc-v2-driver-authentication-options.md b/athena/latest/ug/odbc-v2-driver-authentication-options.md index 4ddf0a5b4..cd38a60de 100644 --- a//athena/latest/ug/odbc-v2-driver-authentication-options.md +++ b//athena/latest/ug/odbc-v2-driver-authentication-options.md @@ -27,0 +28,2 @@ Authentication type | Connection string example +[SageMaker Browser IDC](./odbc-v2-driver-sagemaker-idc.html) | `AuthenticationType=SageMakerBrowserIdc;` +[SageMaker IAM](./odbc-v2-driver-sagemaker-iam.html) | `AuthenticationType=SageMakerIam;`