Class ElasticsearchAwsCredentialsTypeNames
java.lang.Object
org.hibernate.search.backend.elasticsearch.aws.cfg.ElasticsearchAwsCredentialsTypeNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Use the default credentials from the AWS SDK.static final String
Use static credentials, to be provided using the configuration propertiesElasticsearchAwsBackendSettings.CREDENTIALS_ACCESS_KEY_ID
andElasticsearchAwsBackendSettings.CREDENTIALS_SECRET_ACCESS_KEY
. -
Method Summary
-
Field Details
-
DEFAULT
Use the default credentials from the AWS SDK.- See Also:
-
DefaultCredentialsProvider
- Constant Field Values
-
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
-