BotS3BucketLogDestination

data class BotS3BucketLogDestination(val kmsKeyArn: String? = null, val logPrefix: String, val s3BucketArn: String)

Specifies an Amazon S3 bucket for logging audio conversations

Constructors

Link copied to clipboard
constructor(kmsKeyArn: String? = null, logPrefix: String, s3BucketArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyArn: String? = null

The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an S3 bucket.

Link copied to clipboard

The Amazon S3 key of the deployment package.

Link copied to clipboard

The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.