ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration

data class ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration(val configurationType: String, val logLevel: String? = null, val metricsLevel: String? = null)

Constructors

constructor(configurationType: String, logLevel: String? = null, metricsLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes whether to use the default CloudWatch logging configuration for an application. Valid values: CUSTOM, DEFAULT. Set this attribute to CUSTOM in order for any specified log_level or metrics_level attribute values to be effective.

Link copied to clipboard
val logLevel: String? = null

Describes the verbosity of the CloudWatch Logs for an application. Valid values: DEBUG, ERROR, INFO, WARN.

Link copied to clipboard
val metricsLevel: String? = null

Describes the granularity of the CloudWatch Logs for an application. Valid values: APPLICATION, OPERATOR, PARALLELISM, TASK.