Interface CfnMonitoringSchedulePropsMixin.ScheduleConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMonitoringSchedulePropsMixin.ScheduleConfigProperty.Jsii$Proxy
Enclosing class:
CfnMonitoringSchedulePropsMixin

@Stability(Stable) public static interface CfnMonitoringSchedulePropsMixin.ScheduleConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration details about the monitoring schedule.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
 ScheduleConfigProperty scheduleConfigProperty = ScheduleConfigProperty.builder()
         .dataAnalysisEndTime("dataAnalysisEndTime")
         .dataAnalysisStartTime("dataAnalysisStartTime")
         .scheduleExpression("scheduleExpression")
         .build();
 

See Also: