@Stability(value=Stable) @Internal public static final class CfnMonitoringSchedule.ScheduleConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringSchedule.ScheduleConfigProperty
CfnMonitoringSchedule.ScheduleConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnMonitoringSchedule.ScheduleConfigProperty.Builder, CfnMonitoringSchedule.ScheduleConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMonitoringSchedule.ScheduleConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMonitoringSchedule.BaselineConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getScheduleExpression()
A cron expression that describes details about the monitoring schedule.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnMonitoringSchedule.ScheduleConfigProperty.Builder builder)
CfnMonitoringSchedule.BaselineConfigProperty.Builder.public final String getScheduleExpression()
CfnMonitoringSchedule.ScheduleConfigPropertyCurrently the only supported cron expressions are:
Hourly: cron(0 * ? * * *)
cron(0 [00-23] ? * * *)
For example, the following are valid cron expressions:
cron(0 12 ? * * *)cron(0 0 ? * * *)To support running every 6, 12 hours, the following are also supported:
cron(0 [00-23]/[01-24] ? * * *)
For example, the following are valid cron expressions:
cron(0 17/12 ? * * *)cron(0 0/2 ? * * *)
- Even though the cron expression is set to start at 5PM UTC, note that there could be a delay of 0-20 minutes from the actual requested time to run the execution.
- We recommend that if you would like a daily schedule, you do not provide this parameter. Amazon SageMaker will pick a time for running every day.
getScheduleExpression in interface CfnMonitoringSchedule.ScheduleConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.