Module Values.S3BucketLogDestinationSource

Specifies an Amazon S3 bucket for logging audio conversations

Sourcetype nonrec t = {
  1. kmsKeyArn : KmsKeyArn.t option;
    (*

    The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

    *)
  2. s3BucketArn : S3BucketArn.t;
    (*

    The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.

    *)
  3. logPrefix : LogPrefix.t;
    (*

    The S3 prefix to assign to audio log files.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKeyArn:??? -> s3BucketArn:S3BucketArn.t -> logPrefix:LogPrefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of 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