Values.EncryptionSettingsSourceA 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.
type nonrec t = {kmsEncryptionSettings : KmsEncryptionSettings.t option;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.
*)default : Unit.t option;This is the default encryption setting. The policy store uses an Amazon Web Services owned key for encrypting data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of EncryptionContextKey.t ]
* [> `String of EncryptionContextValue.t ])
list
| `String of KmsKey.t ])
list ])
list ]