BotAliasConversationLogs

data class BotAliasConversationLogs(val iamRoleArn: String, val logSettings: List<BotAliasConversationLogsLogSetting>? = null)

Constructors

Link copied to clipboard
constructor(iamRoleArn: String, logSettings: List<BotAliasConversationLogsLogSetting>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role used to write your logs to CloudWatch Logs or an S3 bucket. Must be between 20 and 2048 characters in length.

Link copied to clipboard

The settings for your conversation logs. You can log text, audio, or both. Attributes are documented under log_settings.