Class ElasticsearchAwsCredentialsTypeNames
java.lang.Object
org.hibernate.search.backend.elasticsearch.aws.cfg.ElasticsearchAwsCredentialsTypeNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringUse the default credentials from the AWS SDK.static final StringUse static credentials, to be provided using the configuration propertiesElasticsearchAwsBackendSettings.CREDENTIALS_ACCESS_KEY_IDandElasticsearchAwsBackendSettings.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_IDandElasticsearchAwsBackendSettings.CREDENTIALS_SECRET_ACCESS_KEY.- See Also:
-
StaticCredentialsProvider- Constant Field Values
-