Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.SSESpecificationProperty
-
Uses of CfnTable.SSESpecificationProperty in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.SSESpecificationProperty
Modifier and TypeMethodDescriptionCfnTable.SSESpecificationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnTable.setSseSpecification
(CfnTable.SSESpecificationProperty value) Specifies the settings to enable server-side encryption.CfnTable.Builder.sseSpecification
(CfnTable.SSESpecificationProperty sseSpecification) Specifies the settings to enable server-side encryption.CfnTableProps.Builder.sseSpecification
(CfnTable.SSESpecificationProperty sseSpecification) Sets the value ofCfnTableProps.getSseSpecification()