Module Values_0.EncryptionConfigSource

The encryption configuration.

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

    The type of encryption.

    *)
  2. keyId : KeyId.t;
    (*

    The full ARN of the encryption key. Be sure to provide the full ARN of the encryption key, not just the ID. Amazon Connect supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .

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