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

Class: Aws::KinesisAnalyticsV2::Types::MonitoringConfigurationDescription

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

Overview

Describes configuration parameters for CloudWatch logging for a Flink-based Kinesis Data Analytics application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_typeString

Describes whether to use the default CloudWatch logging configuration for an application.

Possible values:

  • DEFAULT
  • CUSTOM

Returns:

  • (String)

    Describes whether to use the default CloudWatch logging configuration for an application.

#log_levelString

Describes the verbosity of the CloudWatch Logs for an application.

Possible values:

  • INFO
  • WARN
  • ERROR
  • DEBUG

Returns:

  • (String)

    Describes the verbosity of the CloudWatch Logs for an application.

#metrics_levelString

Describes the granularity of the CloudWatch Logs for an application.

Possible values:

  • APPLICATION
  • TASK
  • OPERATOR
  • PARALLELISM

Returns:

  • (String)

    Describes the granularity of the CloudWatch Logs for an application.