Interface DynamoDbStorageConfigurationProvider
- All Superinterfaces:
io.micronaut.core.naming.Named
,RootClassConfigurationProvider
- All Known Implementing Classes:
DefaultDynamoDBStorageConfigurationProvider
Dynamo DB Storage Configuration.
- Since:
- 2.0.0
- Author:
- Sergio del Amo
-
Method Summary
Modifier and TypeMethodDescriptionThe name qualifier of the defined DynamoDBClient to use.@NonNull String
Methods inherited from interface io.micronaut.core.naming.Named
getName
Methods inherited from interface io.micronaut.microstream.conf.RootClassConfigurationProvider
getRootClass
-
Method Details
-
getDynamoDbClientName
The name qualifier of the defined DynamoDBClient to use. If unset, a client with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default client will be used.- Returns:
- Returns the name qualifier of the S3Client to use.
-
getTableName
- Returns:
- Returns the name of the DynamoDB table to use.
-