Class DynamoDbProperties
java.lang.Object
io.awspring.cloud.autoconfigure.AwsClientProperties
io.awspring.cloud.autoconfigure.dynamodb.DynamoDbProperties
@ConfigurationProperties(prefix="spring.cloud.aws.dynamodb")
public class DynamoDbProperties
extends AwsClientProperties
Properties related to AWS DynamoDB.
- Since:
- 3.0.0
- Author:
- Matej Nedic, Arun Patra
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDax()
void
setDax
(DaxProperties dax) void
setTablePrefix
(String tablePrefix) Methods inherited from class io.awspring.cloud.autoconfigure.AwsClientProperties
getEndpoint, getRegion, setEndpoint, setRegion
-
Field Details
-
PREFIX
The prefix used for AWS credentials related properties.- See Also:
-
-
Constructor Details
-
DynamoDbProperties
public DynamoDbProperties()
-
-
Method Details
-
getTablePrefix
-
setTablePrefix
-
getDax
-
setDax
-