Class: Aws::LexModelsV2::Types::S3BucketLogDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Specifies an Amazon S3 bucket for logging audio conversations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

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

Returns:

  • (String)


11790
11791
11792
11793
11794
11795
11796
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11790

class S3BucketLogDestination < Struct.new(
  :kms_key_arn,
  :s3_bucket_arn,
  :log_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#log_prefixString

The S3 prefix to assign to audio log files.

Returns:

  • (String)


11790
11791
11792
11793
11794
11795
11796
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11790

class S3BucketLogDestination < Struct.new(
  :kms_key_arn,
  :s3_bucket_arn,
  :log_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_arnString

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

Returns:

  • (String)


11790
11791
11792
11793
11794
11795
11796
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 11790

class S3BucketLogDestination < Struct.new(
  :kms_key_arn,
  :s3_bucket_arn,
  :log_prefix)
  SENSITIVE = []
  include Aws::Structure
end