Module Values.ConversationLogsRequestSource

Provides the settings needed for conversation logs.

Sourcetype nonrec t = {
  1. logSettings : LogSettingsRequestList.t;
    (*

    The settings for your conversation logs. You can log the conversation text, conversation audio, or both.

    *)
  2. iamRoleArn : IamRoleArn.t;
    (*

    The Amazon Resource Name (ARN) of an IAM role with permission to write to your CloudWatch Logs for text logs and your S3 bucket for audio logs. If audio encryption is enabled, this role also provides access permission for the AWS KMS key used for encrypting audio logs. For more information, see Creating an IAM Role and Policy for Conversation Logs.

    *)
}
Sourceval context_ : string
Sourceval make : logSettings:LogSettingsRequestList.t -> iamRoleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of KmsKeyArn.t ]) list ] list | `String of IamRoleArn.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