io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig$ProcessCredentialsProviderConfig.jdp Maven / Gradle / Ivy
Show all versions of quarkus-amazon-dynamodb Show documentation
#
#Wed Nov 20 09:37:58 CET 2019
io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig.credentialRefreshThreshold=The amount of time between when the credentials expire and when the credentials should start to be\nrefreshed.\n\nThis allows the credentials to be refreshed *before* they are reported to expire.
io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig.processOutputLimit=The maximum size of the output that can be returned by the external process before an exception is raised.
io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig.command=The command that should be executed to retrieve credentials.
io.quarkus.dynamodb.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig.asyncCredentialUpdateEnabled=Whether the provider should fetch credentials asynchronously in the background.\n
\nIf this is true, threads are less likely to block when credentials are loaded, but additional resources are used to\nmaintain the provider.