class Aws::LexModelsV2::Types::S3BucketLogDestination

Specifies an Amazon S3 bucket for logging audio conversations

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

data as a hash:

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

@!attribute [rw] kms_key_arn

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

@!attribute [rw] s3_bucket_arn

The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio
log files are stored.
@return [String]

@!attribute [rw] log_prefix

The S3 prefix to assign to audio log files.
@return [String]

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

Constants

SENSITIVE