Class: Aws::Firehose::Types::CloudWatchLoggingOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb

Overview

Describes the Amazon CloudWatch logging options for your delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables or disables CloudWatch logging.

Returns:

  • (Boolean)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 656

class CloudWatchLoggingOptions < Struct.new(
  :enabled,
  :log_group_name,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The CloudWatch group name for logging. This value is required if CloudWatch logging is enabled.

Returns:

  • (String)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 656

class CloudWatchLoggingOptions < Struct.new(
  :enabled,
  :log_group_name,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end

#log_stream_nameString

The CloudWatch log stream name for logging. This value is required if CloudWatch logging is enabled.

Returns:

  • (String)


656
657
658
659
660
661
662
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 656

class CloudWatchLoggingOptions < Struct.new(
  :enabled,
  :log_group_name,
  :log_stream_name)
  SENSITIVE = []
  include Aws::Structure
end