Class ElasticsearchAwsCredentialsTypeNames
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.aws.cfg.ElasticsearchAwsCredentialsTypeNames
-
public final class ElasticsearchAwsCredentialsTypeNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT
Use the default credentials from the AWS SDK.static String
STATIC
Use static credentials, to be provided using the configuration propertiesElasticsearchAwsBackendSettings.CREDENTIALS_ACCESS_KEY_ID
andElasticsearchAwsBackendSettings.CREDENTIALS_SECRET_ACCESS_KEY
.
-
-
-
Field Detail
-
DEFAULT
public static final String DEFAULT
Use the default credentials from the AWS SDK.- See Also:
DefaultCredentialsProvider
, Constant Field Values
-
STATIC
public static final String STATIC
Use static credentials, to be provided using the configuration propertiesElasticsearchAwsBackendSettings.CREDENTIALS_ACCESS_KEY_ID
andElasticsearchAwsBackendSettings.CREDENTIALS_SECRET_ACCESS_KEY
.- See Also:
StaticCredentialsProvider
, Constant Field Values
-
-