BotAliasS3BucketLogDestinationArgs

data class BotAliasS3BucketLogDestinationArgs(val kmsKeyArn: Output<String>? = null, val logPrefix: Output<String>, val s3BucketArn: Output<String>) : ConvertibleToJava<BotAliasS3BucketLogDestinationArgs>

Specifies an Amazon S3 bucket for logging audio conversations

Constructors

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

Properties

Link copied to clipboard
val kmsKeyArn: Output<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
val logPrefix: Output<String>

The Amazon S3 key of the deployment package.

Link copied to clipboard
val s3BucketArn: Output<String>

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

Functions

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