Uses of Enum
software.amazon.awscdk.services.dynamodb.TableEncryption
Packages that use TableEncryption
-
Uses of TableEncryption in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return TableEncryptionModifier and TypeMethodDescriptiondefault TableEncryptionTableOptions.getEncryption()Whether server-side encryption with an AWS managed customer master key is enabled.final TableEncryptionTableOptions.Jsii$Proxy.getEncryption()final TableEncryptionTableProps.Jsii$Proxy.getEncryption()TableEncryptionV2.getType()static TableEncryptionReturns the enum constant of this type with the specified name.static TableEncryption[]TableEncryption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.dynamodb with parameters of type TableEncryptionModifier and TypeMethodDescriptionTable.Builder.encryption(TableEncryption encryption) Whether server-side encryption with an AWS managed customer master key is enabled.TableOptions.Builder.encryption(TableEncryption encryption) Sets the value ofTableOptions.getEncryption()TableProps.Builder.encryption(TableEncryption encryption) Sets the value ofTableOptions.getEncryption()