@Configuration
@ConditionalOnProperty(name="edison.aws.dynamodb.enabled",
havingValue="true",
matchIfMissing=true)
public class DynamoDbConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
DynamoDbConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.services.dynamodb.DynamoDBClient |
dynamoDBClient(software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider,
de.otto.edison.aws.configuration.AwsProperties awsProperties) |