MonitoringScheduleBaselineConfig

data class MonitoringScheduleBaselineConfig(val constraintsResource: MonitoringScheduleConstraintsResource? = null, val statisticsResource: MonitoringScheduleStatisticsResource? = null)

Baseline configuration used to validate that the data conforms to the specified constraints and statistics.

Constructors

Link copied to clipboard
constructor(constraintsResource: MonitoringScheduleConstraintsResource? = null, statisticsResource: MonitoringScheduleStatisticsResource? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 URI for the constraints resource.

Link copied to clipboard

The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.