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 StringDEFAULTUse the default credentials from the AWS SDK.static StringSTATICUse static credentials, to be provided using the configuration propertiesElasticsearchAwsBackendSettings.CREDENTIALS_ACCESS_KEY_IDandElasticsearchAwsBackendSettings.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_IDandElasticsearchAwsBackendSettings.CREDENTIALS_SECRET_ACCESS_KEY.- See Also:
StaticCredentialsProvider, Constant Field Values
-
-