public static final class CfnMonitoringSchedule.ScheduleConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringSchedule.ScheduleConfigProperty
CfnMonitoringSchedule.ScheduleConfigProperty
CfnMonitoringSchedule.ScheduleConfigProperty.Builder, CfnMonitoringSchedule.ScheduleConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getScheduleExpression()
A cron expression that describes details about the monitoring schedule.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getScheduleExpression()
CfnMonitoringSchedule.ScheduleConfigProperty
Currently 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()