Amazon configuration profile credentials - 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).

Amazon configuration profile credentials

You can use credentials stored in an Amazon configuration profile by setting the following connection parameters. Amazon configuration profiles are typically stored in files in the ~/.aws directory). For information about Amazon configuration profiles, see Use profiles in the Amazon SDK for Java Developer Guide.

Credentials provider

The credentials provider that will be used to authenticate requests to Amazon. Set the value of this parameter to ProfileCredentials.

Parameter name Alias Parameter type Default value Value to use
CredentialsProvider AWSCredentialsProviderClass (deprecated) Required none ProfileCredentials

Profile name

The name of the Amazon configuration profile whose credentials should be used to authenticate the request to Athena.

Parameter name Alias Parameter type Default value
ProfileName none Required none
Note

The profile name can also be specified as the value of the CredentialsProviderArguments parameter, although this use is deprecated.