class Aws::LexModelsV2::Types::AudioLogDestination

The location of audio log files collected when conversation logging is enabled for a bot.

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

data as a hash:

    {
      s3_bucket: { # required
        kms_key_arn: "KmsKeyArn",
        s3_bucket_arn: "S3BucketArn", # required
        log_prefix: "LogPrefix", # required
      },
    }

@!attribute [rw] s3_bucket

The Amazon S3 bucket where the audio log files are stored. The IAM
role specified in the `roleArn` parameter of the CreateBot operation
must have permission to write to this bucket.
@return [Types::S3BucketLogDestination]

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

Constants

SENSITIVE