MonitoringConfiguration class
Describes configuration parameters for Amazon CloudWatch logging for a Flink-based Kinesis Data Analytics application. For more information about CloudWatch logging, see Monitoring.
Constructors
- MonitoringConfiguration.new({required ConfigurationType configurationType, LogLevel? logLevel, MetricsLevel? metricsLevel})
Properties
- configurationType → ConfigurationType
-
Describes whether to use the default CloudWatch logging configuration for an
application. You must set this property to
CUSTOM
in order to set theLogLevel
orMetricsLevel
parameters.final - hashCode → int
-
The hash code for this object.
no setterinherited
- logLevel → LogLevel?
-
Describes the verbosity of the CloudWatch Logs for an application.
final
- metricsLevel → MetricsLevel?
-
Describes the granularity of the CloudWatch Logs for an application. The
Parallelism
level is not recommended for applications with a Parallelism over 64 due to excessive costs.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited