You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Enables or disables CloudWatch logging.

Returns:

  • (Boolean)

    Enables or disables CloudWatch logging.

#log_group_nameString

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

Returns:

  • (String)

    The CloudWatch group name for logging.

#log_stream_nameString

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

Returns:

  • (String)

    The CloudWatch log stream name for logging.