Module Values.SSEKMSSource

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

    A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format: arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e

    *)
}
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