class Aws::LexModelBuildingService::Types::LogSettingsRequest
Settings used to configure delivery mode and destination for conversation logs.
@note When making an API call, you may pass LogSettingsRequest
data as a hash: { log_type: "AUDIO", # required, accepts AUDIO, TEXT destination: "CLOUDWATCH_LOGS", # required, accepts CLOUDWATCH_LOGS, S3 kms_key_arn: "KmsKeyArn", resource_arn: "ResourceArn", # required }
@!attribute [rw] log_type
The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket. @return [String]
@!attribute [rw] destination
Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket. @return [String]
@!attribute [rw] kms_key_arn
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3 bucket. The key does not apply to CloudWatch Logs and is optional for S3 buckets. @return [String]
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/LogSettingsRequest AWS API Documentation
Constants
- SENSITIVE