View a markdown version of this page

SageMaker IAM - Amazon Athena
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SageMaker IAM

An authentication plugin that uses IAM credentials to connect to Amazon Athena through SageMaker Unified Studio. This plugin authenticates using IAM credentials (static access key/secret key or the Amazon default credential chain) and retrieves Athena environment credentials via the SageMaker connection service.

Authentication Type

Connection string name Parameter type Default value Connection string example
AuthenticationType Required none AuthenticationType=SageMakerIam;

SageMaker domain ID

The identifier of the SageMaker domain to use.

Connection string name Parameter type Default value Connection string example
SageMakerDomainId Required none SageMakerDomainId=d-abcdef1234;

SageMaker project ID

The identifier of the SageMaker project to use.

Connection string name Parameter type Default value Connection string example
SageMakerProjectId Required none SageMakerProjectId=p-abcdef1234;

SageMaker domain region

The Amazon Web Services Region where your SageMaker domain is provisioned.

Connection string name Parameter type Default value Connection string example
SageMakerDomainRegion Required none SageMakerDomainRegion=us-east-1;

User ID

Your Amazon access key ID. If not specified, the driver uses the Amazon default credential chain. For more information about access keys, see Amazon security credentials in the IAM User Guide.

Connection string name Parameter type Default value Connection string example
UID Optional none UID=AKIAIOSFODNN7EXAMPLE;

Password

Your Amazon secret access key. Required if UID is specified.

Connection string name Parameter type Default value Connection string example
PWD Optional none PWD=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY;