| Configuration property | Type | Default | 
| 
Whether requests should be signed using the AWS credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_SIGNING_ENABLED | boolean | false
 | 
| 
An Amazon Web Services region that hosts the Elasticsearch service. 
Must be provided if signing is enabled; the region won’t be automatically detected. 
See software.amazon.awssdk.regions.Regionfor available regions. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_REGION | Region |  | 
| 
Configure the credentials provider that should be used to authenticate with AWS. 
default- the provider will attempt to identify the credentials automatically using the following checks:
 
Java System Properties - aws.accessKeyIdandaws.secretAccessKey
Environment Variables - AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URIenvironment variable is set and security manager has permission to access the variable.
Instance profile credentials delivered through the Amazon EC2 metadata service
static- the provider that uses the access key and secret access key specified in thestatic-providersection of the config.
system-property- it loads credentials from theaws.accessKeyId,aws.secretAccessKeyandaws.sessionTokensystem properties.
env-variable- it loads credentials from theAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEYandAWS_SESSION_TOKENenvironment variables.
profile- credentials are based on AWS configuration profiles. This loads credentials from
a profile file,
allowing you to share multiple sets of AWS security credentials between different tools like the AWS SDK for Java and the AWS CLI.
container- It loads credentials from a local metadata service. Containers currently supported by the AWS SDK are
Amazon Elastic Container Service (ECS) and AWS Greengrass
instance-profile- It loads credentials from the Amazon EC2 Instance Metadata Service.
process- Credentials are loaded from an external process. This is used to support the credential_process setting in the profile
credentials file. See Sourcing Credentials From External Processes
for more information.
anonymous- It always returns anonymous AWS credentials. Anonymous AWS credentials result in un-authenticated requests and will
fail unless the resource or API’s policy has been configured to specifically allow anonymous access.
 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_TYPE | 
default,static,system-property,env-variable,profile,container,instance-profile,process,custom,anonymous
 | default
 | 
| 
Whether requests should be signed using the AWS credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_SIGNING_ENABLED | boolean | false
 | 
| 
An Amazon Web Services region that hosts the Elasticsearch service. 
Must be provided if signing is enabled; the region won’t be automatically detected. 
See software.amazon.awssdk.regions.Regionfor available regions. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_REGION | Region |  | 
| 
Configure the credentials provider that should be used to authenticate with AWS. 
default- the provider will attempt to identify the credentials automatically using the following checks:
 
Java System Properties - aws.accessKeyIdandaws.secretAccessKey
Environment Variables - AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URIenvironment variable is set and security manager has permission to access the variable.
Instance profile credentials delivered through the Amazon EC2 metadata service
static- the provider that uses the access key and secret access key specified in thestatic-providersection of the config.
system-property- it loads credentials from theaws.accessKeyId,aws.secretAccessKeyandaws.sessionTokensystem properties.
env-variable- it loads credentials from theAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEYandAWS_SESSION_TOKENenvironment variables.
profile- credentials are based on AWS configuration profiles. This loads credentials from
a profile file,
allowing you to share multiple sets of AWS security credentials between different tools like the AWS SDK for Java and the AWS CLI.
container- It loads credentials from a local metadata service. Containers currently supported by the AWS SDK are
Amazon Elastic Container Service (ECS) and AWS Greengrass
instance-profile- It loads credentials from the Amazon EC2 Instance Metadata Service.
process- Credentials are loaded from an external process. This is used to support the credential_process setting in the profile
credentials file. See Sourcing Credentials From External Processes
for more information.
anonymous- It always returns anonymous AWS credentials. Anonymous AWS credentials result in un-authenticated requests and will
fail unless the resource or API’s policy has been configured to specifically allow anonymous access.
 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_TYPE | 
default,static,system-property,env-variable,profile,container,instance-profile,process,custom,anonymous
 | default
 | 
| 
Whether requests should be signed using the AWS credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_SIGNING_ENABLED | boolean | false
 | 
| 
An Amazon Web Services region that hosts the Elasticsearch service. 
Must be provided if signing is enabled; the region won’t be automatically detected. 
See software.amazon.awssdk.regions.Regionfor available regions. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_REGION | Region |  | 
| 
Configure the credentials provider that should be used to authenticate with AWS. 
default- the provider will attempt to identify the credentials automatically using the following checks:
 
Java System Properties - aws.accessKeyIdandaws.secretAccessKey
Environment Variables - AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URIenvironment variable is set and security manager has permission to access the variable.
Instance profile credentials delivered through the Amazon EC2 metadata service
static- the provider that uses the access key and secret access key specified in thestatic-providersection of the config.
system-property- it loads credentials from theaws.accessKeyId,aws.secretAccessKeyandaws.sessionTokensystem properties.
env-variable- it loads credentials from theAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEYandAWS_SESSION_TOKENenvironment variables.
profile- credentials are based on AWS configuration profiles. This loads credentials from
a profile file,
allowing you to share multiple sets of AWS security credentials between different tools like the AWS SDK for Java and the AWS CLI.
container- It loads credentials from a local metadata service. Containers currently supported by the AWS SDK are
Amazon Elastic Container Service (ECS) and AWS Greengrass
instance-profile- It loads credentials from the Amazon EC2 Instance Metadata Service.
process- Credentials are loaded from an external process. This is used to support the credential_process setting in the profile
credentials file. See Sourcing Credentials From External Processes
for more information.
anonymous- It always returns anonymous AWS credentials. Anonymous AWS credentials result in un-authenticated requests and will
fail unless the resource or API’s policy has been configured to specifically allow anonymous access.
 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_TYPE | 
default,static,system-property,env-variable,profile,container,instance-profile,process,custom,anonymous
 | default
 | 
| 
Whether requests should be signed using the AWS credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_SIGNING_ENABLED | boolean | false
 | 
| 
An Amazon Web Services region that hosts the Elasticsearch service. 
Must be provided if signing is enabled; the region won’t be automatically detected. 
See software.amazon.awssdk.regions.Regionfor available regions. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_REGION | Region |  | 
| 
Configure the credentials provider that should be used to authenticate with AWS. 
default- the provider will attempt to identify the credentials automatically using the following checks:
 
Java System Properties - aws.accessKeyIdandaws.secretAccessKey
Environment Variables - AWS_ACCESS_KEY_IDandAWS_SECRET_ACCESS_KEY
Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI
Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URIenvironment variable is set and security manager has permission to access the variable.
Instance profile credentials delivered through the Amazon EC2 metadata service
static- the provider that uses the access key and secret access key specified in thestatic-providersection of the config.
system-property- it loads credentials from theaws.accessKeyId,aws.secretAccessKeyandaws.sessionTokensystem properties.
env-variable- it loads credentials from theAWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEYandAWS_SESSION_TOKENenvironment variables.
profile- credentials are based on AWS configuration profiles. This loads credentials from
a profile file,
allowing you to share multiple sets of AWS security credentials between different tools like the AWS SDK for Java and the AWS CLI.
container- It loads credentials from a local metadata service. Containers currently supported by the AWS SDK are
Amazon Elastic Container Service (ECS) and AWS Greengrass
instance-profile- It loads credentials from the Amazon EC2 Instance Metadata Service.
process- Credentials are loaded from an external process. This is used to support the credential_process setting in the profile
credentials file. See Sourcing Credentials From External Processes
for more information.
anonymous- It always returns anonymous AWS credentials. Anonymous AWS credentials result in un-authenticated requests and will
fail unless the resource or API’s policy has been configured to specifically allow anonymous access.
 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_TYPE | 
default,static,system-property,env-variable,profile,container,instance-profile,process,custom,anonymous
 | default
 | 
| Default credentials provider configuration | Type | Default | 
| 
Whether this provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_DEFAULT_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
Whether the provider should reuse the last successful credentials provider in the chain.
Reusing the last successful credentials provider will typically return credentials faster than searching through the chain. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_DEFAULT_PROVIDER_REUSE_LAST_PROVIDER_ENABLED | boolean | true
 | 
| 
Whether this provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_DEFAULT_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
Whether the provider should reuse the last successful credentials provider in the chain.
Reusing the last successful credentials provider will typically return credentials faster than searching through the chain. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_DEFAULT_PROVIDER_REUSE_LAST_PROVIDER_ENABLED | boolean | true
 | 
| 
Whether this provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_DEFAULT_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
Whether the provider should reuse the last successful credentials provider in the chain.
Reusing the last successful credentials provider will typically return credentials faster than searching through the chain. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_DEFAULT_PROVIDER_REUSE_LAST_PROVIDER_ENABLED | boolean | true
 | 
| 
Whether this provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_DEFAULT_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
Whether the provider should reuse the last successful credentials provider in the chain.
Reusing the last successful credentials provider will typically return credentials faster than searching through the chain. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_DEFAULT_PROVIDER_REUSE_LAST_PROVIDER_ENABLED | boolean | true
 | 
| Static credentials provider configuration | Type | Default | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_SESSION_TOKEN | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_SESSION_TOKEN | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_STATIC_PROVIDER_SESSION_TOKEN | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY | string |  | 
| 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_STATIC_PROVIDER_SESSION_TOKEN | string |  | 
| AWS Profile credentials provider configuration | Type | Default | 
| 
The name of the profile that should be used by this credentials provider.
If not specified, the value in AWS_PROFILEenvironment variable oraws.profilesystem property is used and defaults todefaultname. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_PROFILE_PROVIDER_PROFILE_NAME | string |  | 
| 
The name of the profile that should be used by this credentials provider.
If not specified, the value in AWS_PROFILEenvironment variable oraws.profilesystem property is used and defaults todefaultname. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROFILE_PROVIDER_PROFILE_NAME | string |  | 
| 
The name of the profile that should be used by this credentials provider.
If not specified, the value in AWS_PROFILEenvironment variable oraws.profilesystem property is used and defaults todefaultname. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_PROFILE_PROVIDER_PROFILE_NAME | string |  | 
| 
The name of the profile that should be used by this credentials provider.
If not specified, the value in AWS_PROFILEenvironment variable oraws.profilesystem property is used and defaults todefaultname. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROFILE_PROVIDER_PROFILE_NAME | string |  | 
| Process credentials provider configuration | Type | Default | 
| 
Whether the provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block when credentials are loaded, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
The amount of time between when the credentials expire and when the credentials should start to be refreshed.
This allows the credentials to be refreshed *before* they are reported to expire. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_CREDENTIAL_REFRESH_THRESHOLD | Duration
   | 15S
 | 
| 
The maximum size of the output that can be returned by the external process before an exception is raised. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_PROCESS_OUTPUT_LIMIT | MemorySize   | 1024
 | 
| 
The command that should be executed to retrieve credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_COMMAND | string |  | 
| 
Whether the provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block when credentials are loaded, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
The amount of time between when the credentials expire and when the credentials should start to be refreshed.
This allows the credentials to be refreshed *before* they are reported to expire. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_CREDENTIAL_REFRESH_THRESHOLD | Duration
   | 15S
 | 
| 
The maximum size of the output that can be returned by the external process before an exception is raised. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_PROCESS_OUTPUT_LIMIT | MemorySize   | 1024
 | 
| 
The command that should be executed to retrieve credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_COMMAND | string |  | 
| 
Whether the provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block when credentials are loaded, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
The amount of time between when the credentials expire and when the credentials should start to be refreshed.
This allows the credentials to be refreshed *before* they are reported to expire. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_CREDENTIAL_REFRESH_THRESHOLD | Duration
   | 15S
 | 
| 
The maximum size of the output that can be returned by the external process before an exception is raised. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_PROCESS_OUTPUT_LIMIT | MemorySize   | 1024
 | 
| 
The command that should be executed to retrieve credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_PROCESS_PROVIDER_COMMAND | string |  | 
| 
Whether the provider should fetch credentials asynchronously in the background.
If this is true, threads are less likely to block when credentials are loaded, but additional resources are used to maintain the provider. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_ASYNC_CREDENTIAL_UPDATE_ENABLED | boolean | false
 | 
| 
The amount of time between when the credentials expire and when the credentials should start to be refreshed.
This allows the credentials to be refreshed *before* they are reported to expire. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_CREDENTIAL_REFRESH_THRESHOLD | Duration
   | 15S
 | 
| 
The maximum size of the output that can be returned by the external process before an exception is raised. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_PROCESS_OUTPUT_LIMIT | MemorySize   | 1024
 | 
| 
The command that should be executed to retrieve credentials. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_PROCESS_PROVIDER_COMMAND | string |  | 
| Custom credentials provider configuration | Type | Default | 
| 
The name of custom AwsCredentialsProvider bean. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_AWS_CREDENTIALS_CUSTOM_PROVIDER_NAME | string |  | 
| 
The name of custom AwsCredentialsProvider bean. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM_ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_CUSTOM_PROVIDER_NAME | string |  | 
| 
The name of custom AwsCredentialsProvider bean. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_AWS_CREDENTIALS_CUSTOM_PROVIDER_NAME | string |  | 
| 
The name of custom AwsCredentialsProvider bean. 
Environment variable: QUARKUS_HIBERNATE_SEARCH_ORM__PERSISTENCE_UNIT_NAME__ELASTICSEARCH_BACKENDS__BACKEND_NAME__AWS_CREDENTIALS_CUSTOM_PROVIDER_NAME | string |  |