Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

List of extensions to load with the enhanced client

Environment variable: QUARKUS_DYNAMODBENHANCED_CLIENT_EXTENSIONS

list of string

Whether a TableSchema should be created at start up for DynamoDb mappable entities annotated with DynamoDbBean or DynamoDbImmutable

TableSchema are cached and can be retrieved later with TableSchema.fromClass()

Environment variable: QUARKUS_DYNAMODBENHANCED_CREATE_TABLE_SCHEMAS

boolean

true