Values_1.EncryptionAtRestSourceSpecifies the encryption-at-rest configuration for the Data Catalog.
type nonrec t = {catalogEncryptionMode : Values_0.CatalogEncryptionMode.t;The encryption-at-rest mode for encrypting Data Catalog data.
*)sseAwsKmsKeyId : Values_0.NameString.t option;The ID of the KMS key to use for encryption at rest.
*)catalogEncryptionServiceRole : Values_0.IAMRoleArn.t option;The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
*)}val make :
?sseAwsKmsKeyId:??? ->
?catalogEncryptionServiceRole:??? ->
catalogEncryptionMode:Values_0.CatalogEncryptionMode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.NameString.t ]) list ]