MonitoringScheduleBaselineConfigArgs

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)

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.

Functions

Link copied to clipboard
open override fun toJava(): MonitoringScheduleBaselineConfigArgs