Module Values.AwsKinesisStreamStreamEncryptionDetailsSource

Provides information about stream encryption.

Sourcetype nonrec t = {
  1. encryptionType : NonEmptyString.t option;
    (*

    The encryption type to use.

    *)
  2. keyId : NonEmptyString.t option;
    (*

    The globally unique identifier for the customer-managed KMS key to use for encryption.

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