Module Values_1.EncryptionConfigurationSource

Specifies an encryption configuration.

Sourcetype nonrec t = {
  1. s3Encryption : S3EncryptionList.t option;
    (*

    The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

    *)
  2. cloudWatchEncryption : CloudWatchEncryption.t option;
    (*

    The encryption configuration for Amazon CloudWatch.

    *)
  3. jobBookmarksEncryption : JobBookmarksEncryption.t option;
    (*

    The encryption configuration for job bookmarks.

    *)
  4. dataQualityEncryption : DataQualityEncryption.t option;
    (*

    The encryption configuration for Glue Data Quality assets.

    *)
}
Sourceval make : ?s3Encryption:??? -> ?cloudWatchEncryption:??? -> ?jobBookmarksEncryption:??? -> ?dataQualityEncryption:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ]) list ] list | `Structure of (string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ]) list ]) 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