BotAliasConversationLogsArgs

data class BotAliasConversationLogsArgs(val iamRoleArn: Output<String>, val logSettings: Output<List<BotAliasConversationLogsLogSettingArgs>>? = null) : ConvertibleToJava<BotAliasConversationLogsArgs>

Constructors

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

Properties

Link copied to clipboard
val iamRoleArn: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): BotAliasConversationLogsArgs