Uses of Interface
software.amazon.awscdk.services.dynamodb.ReplicaTableProps
-
Uses of ReplicaTableProps in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionReplicaTableProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptiondefault List<ReplicaTableProps>
TablePropsV2.getReplicas()
Replica tables to deploy with the primary table.final List<ReplicaTableProps>
TablePropsV2.Jsii$Proxy.getReplicas()
Modifier and TypeMethodDescriptionvoid
TableV2.addReplica
(ReplicaTableProps props) Add a replica table.Modifier and TypeMethodDescriptionTablePropsV2.Builder.replicas
(List<? extends ReplicaTableProps> replicas) Sets the value ofTablePropsV2.getReplicas()
TableV2.Builder.replicas
(List<? extends ReplicaTableProps> replicas) Replica tables to deploy with the primary table.