class Aws::LexModelsV2::Types::TextLogDestination

Defines the Amazon CloudWatch Logs destination log group for conversation text logs.

@note When making an API call, you may pass TextLogDestination

data as a hash:

    {
      cloud_watch: { # required
        cloud_watch_log_group_arn: "CloudWatchLogGroupArn", # required
        log_prefix: "LogPrefix", # required
      },
    }

@!attribute [rw] cloud_watch

Defines the Amazon CloudWatch Logs log group where text and metadata
logs are delivered.
@return [Types::CloudWatchLogGroupLogDestination]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/TextLogDestination AWS API Documentation

Constants

SENSITIVE