Class: Aws::Athena::Types::CloudWatchLoggingConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Enables CloudWatch logging.

Returns:

  • (Boolean)


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_groupString

The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.

Returns:

  • (String)


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_prefixString

Prefix for the CloudWatch log stream name.

Returns:

  • (String)


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_typesHash<String,Array<String>>

The types of logs that you want to publish to CloudWatch.

Returns:

  • (Hash<String,Array<String>>)


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