class Aws::KinesisAnalyticsV2::Types::MonitoringConfigurationUpdate
Describes updates to configuration parameters for Amazon CloudWatch logging for an application.
@note When making an API call, you may pass MonitoringConfigurationUpdate
data as a hash: { configuration_type_update: "DEFAULT", # accepts DEFAULT, CUSTOM metrics_level_update: "APPLICATION", # accepts APPLICATION, TASK, OPERATOR, PARALLELISM log_level_update: "INFO", # accepts INFO, WARN, ERROR, DEBUG }
@!attribute [rw] configuration_type_update
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. @return [String]
@!attribute [rw] metrics_level_update
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. @return [String]
@!attribute [rw] log_level_update
Describes updates to the verbosity of the CloudWatch Logs for an application. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/MonitoringConfigurationUpdate AWS API Documentation
Constants
- SENSITIVE