Application Application Configuration Flink Application Configuration Monitoring Configuration
data class ApplicationApplicationConfigurationFlinkApplicationConfigurationMonitoringConfiguration(val configurationType: String, val logLevel: String? = null, val metricsLevel: String? = null)
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
Describes the granularity of the CloudWatch Logs for an application. Valid values: APPLICATION
, OPERATOR
, PARALLELISM
, TASK
.