Class: Aws::LexModelBuildingService::Types::LogSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::LogSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Settings used to configure delivery mode and destination for conversation logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
Where the logs will be delivered.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3 bucket.
-
#log_type ⇒ String
The type of logging to enable.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.
Instance Attribute Details
#destination ⇒ String
Where the logs will be delivered. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
2608 2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2608 class LogSettingsRequest < Struct.new( :log_type, :destination, :kms_key_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
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.
2608 2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2608 class LogSettingsRequest < Struct.new( :log_type, :destination, :kms_key_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
The type of logging to enable. Text logs are delivered to a CloudWatch Logs log group. Audio logs are delivered to an S3 bucket.
2608 2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2608 class LogSettingsRequest < Struct.new( :log_type, :destination, :kms_key_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.
2608 2609 2610 2611 2612 2613 2614 2615 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2608 class LogSettingsRequest < Struct.new( :log_type, :destination, :kms_key_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |