Default

data class Default(val value: Unit) : EncryptionSettings

This is the default encryption setting. The policy store uses an Amazon Web Services owned key for encrypting data.

Constructors

Link copied to clipboard
constructor(value: Unit)

Properties

Link copied to clipboard
val value: Unit

Inherited functions