type property

Input<String?>? type
final

The encryption option specified for the table. Valid values: AWS_OWNED_KMS_KEY, CUSTOMER_MANAGED_KMS_KEY. The default value is AWS_OWNED_KMS_KEY.

Implementation

final pulumi.Input<String?>? type;