Class: Aws::Athena::Types::CloudWatchLoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::CloudWatchLoggingConfiguration
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Configuration settings for delivering logs to Amazon CloudWatch log groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Enables CloudWatch logging.
-
#log_group ⇒ String
The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
-
#log_stream_name_prefix ⇒ String
Prefix for the CloudWatch log stream name.
-
#log_types ⇒ Hash<String,Array<String>>
The types of logs that you want to publish to CloudWatch.
Instance Attribute Details
#enabled ⇒ Boolean
Enables CloudWatch logging.
528 529 530 531 532 533 534 535 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 528 class CloudWatchLoggingConfiguration < Struct.new( :enabled, :log_group, :log_stream_name_prefix, :log_types) SENSITIVE = [] include Aws::Structure end |
#log_group ⇒ String
The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
528 529 530 531 532 533 534 535 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 528 class CloudWatchLoggingConfiguration < Struct.new( :enabled, :log_group, :log_stream_name_prefix, :log_types) SENSITIVE = [] include Aws::Structure end |
#log_stream_name_prefix ⇒ String
Prefix for the CloudWatch log stream name.
528 529 530 531 532 533 534 535 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 528 class CloudWatchLoggingConfiguration < Struct.new( :enabled, :log_group, :log_stream_name_prefix, :log_types) SENSITIVE = [] include Aws::Structure end |
#log_types ⇒ Hash<String,Array<String>>
The types of logs that you want to publish to CloudWatch.
528 529 530 531 532 533 534 535 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 528 class CloudWatchLoggingConfiguration < Struct.new( :enabled, :log_group, :log_stream_name_prefix, :log_types) SENSITIVE = [] include Aws::Structure end |