Interface SingleTableDatastoreProps

Hierarchy

  • SingleTableDatastoreProps

Properties

Table design

encryption?: TableEncryption

Whether server-side encryption with an AWS managed customer master key is enabled.

Default

- server-side encryption is enabled with an AWS owned customer master key

Stability

stable

encryptionKey?: IKey

External KMS key to use for table encryption.

This property can only be set if encryption is set to TableEncryption.CUSTOMER_MANAGED.

Default

  • If encryption is set to TableEncryption.CUSTOMER_MANAGED and this property is undefined, a new KMS key will be created and associated with this table.

Stability

stable

Generated using TypeDoc