Default

data class Default(val value: Unit) : EncryptionState

This is the default encryption state. The policy store is encrypted using an Amazon Web Services owned key.

Constructors

Link copied to clipboard
constructor(value: Unit)

Properties

Link copied to clipboard
val value: Unit

Inherited functions

Link copied to clipboard

Casts this EncryptionState as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Throws an exception if the EncryptionState is not a Default.

Link copied to clipboard

Casts this EncryptionState as a Default and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.Unit value. Returns null if the EncryptionState is not a Default.