Uses of Enum
software.amazon.awscdk.services.dynamodb.TableEncryption
Packages that use TableEncryption
Package
Description
Amazon DynamoDB Construct Library
@aws-cdk/aws-dynamodb-global
-
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()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() -
Uses of TableEncryption in software.amazon.awscdk.services.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return TableEncryptionModifier and TypeMethodDescriptionfinal TableEncryptionGlobalTableProps.Jsii$Proxy.getEncryption()Deprecated.Methods in software.amazon.awscdk.services.dynamodb.global with parameters of type TableEncryptionModifier and TypeMethodDescriptionGlobalTable.Builder.encryption(TableEncryption encryption) Deprecated.Whether server-side encryption with an AWS managed customer master key is enabled.GlobalTableProps.Builder.encryption(TableEncryption encryption) Deprecated.Sets the value ofTableOptions.getEncryption()