MonitoringConfigurationUpdate class

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

Constructors

MonitoringConfigurationUpdate({ConfigurationType? configurationTypeUpdate, LogLevel? logLevelUpdate, MetricsLevel? metricsLevelUpdate})

Properties

configurationTypeUpdate ConfigurationType?
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.
final
hashCode int
The hash code for this object.
no setterinherited
logLevelUpdate LogLevel?
Describes updates to the verbosity of the CloudWatch Logs for an application.
final
metricsLevelUpdate MetricsLevel?
Describes updates to 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