EncryptionSettings

sealed class EncryptionSettings

A structure that contains the encryption configuration for the policy store and child resources.

This data type is used as a request parameter in the CreatePolicyStore operation.

Inheritors

Types

Link copied to clipboard
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.

Link copied to clipboard

The KMS encryption settings for this policy store to encrypt data with. It will contain the customer-managed KMS key, and a user-defined encryption context.

Link copied to clipboard

Functions