Module Values_1.EncryptionAtRestSource

Specifies the encryption-at-rest configuration for the Data Catalog.

Sourcetype nonrec t = {
  1. catalogEncryptionMode : Values_0.CatalogEncryptionMode.t;
    (*

    The encryption-at-rest mode for encrypting Data Catalog data.

    *)
  2. sseAwsKmsKeyId : Values_0.NameString.t option;
    (*

    The ID of the KMS key to use for encryption at rest.

    *)
  3. catalogEncryptionServiceRole : Values_0.IAMRoleArn.t option;
    (*

    The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.

    *)
}
Sourceval context_ : string
Sourceval make : ?sseAwsKmsKeyId:??? -> ?catalogEncryptionServiceRole:??? -> catalogEncryptionMode:Values_0.CatalogEncryptionMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.NameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t