You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::LogSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The settings for conversation logs.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The destination where logs are delivered.

Possible values:

  • CLOUDWATCH_LOGS
  • S3

Returns:

  • (String)

    The destination where logs are delivered.

#kms_key_arnString

The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.

#log_typeString

The type of logging that is enabled.

Possible values:

  • AUDIO
  • TEXT

Returns:

  • (String)

    The type of logging that is enabled.

#resource_arnString

The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.

#resource_prefixString

The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs. For CloudWatch Logs it is the prefix of the log stream name within the log group that you specified.

Returns:

  • (String)

    The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain audio logs.