Module Values.SSEKMSSource

Specifies the use of SSE-KMS to encrypt delivered inventory reports.

Sourcetype nonrec t = {
  1. keyId : SSEKMSKeyId.t;
    (*

    Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.

    *)
}
Sourceval context_ : string
Sourceval make : keyId:SSEKMSKeyId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SSEKMSKeyId.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