Monitoring Schedule Baseline Config Args
data class MonitoringScheduleBaselineConfigArgs(val constraintsResource: Output<MonitoringScheduleConstraintsResourceArgs>? = null, val statisticsResource: Output<MonitoringScheduleStatisticsResourceArgs>? = null) : ConvertibleToJava<MonitoringScheduleBaselineConfigArgs>
Baseline configuration used to validate that the data conforms to the specified constraints and statistics.
Constructors
Link copied to clipboard
constructor(constraintsResource: Output<MonitoringScheduleConstraintsResourceArgs>? = null, statisticsResource: Output<MonitoringScheduleStatisticsResourceArgs>? = null)