Module Values_1.VerifiedAccessSseSpecificationResponseSource

The options in use for server side encryption.

Sourcetype nonrec t = {
  1. customerManagedKeyEnabled : Values_0.Boolean.t option;
    (*

    Indicates whether customer managed KMS keys are in use for server side encryption. Valid values: True | False

    *)
  2. kmsKeyArn : Values_0.KmsKeyArn.t option;
    (*

    The ARN of the KMS key.

    *)
}
Sourceval make : ?customerManagedKeyEnabled:??? -> ?kmsKeyArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of Values_0.KmsKeyArn.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