@Stability(value=Stable) @Internal public static final class CfnScheduleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnScheduleProps
CfnSchedulePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnScheduleProps.Builder, CfnScheduleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnScheduleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnScheduleProps.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 |
getDescription()
The description you specify for the schedule.
|
String |
getEndDate()
The date, in UTC, before which the schedule can invoke its target.
|
Object |
getFlexibleTimeWindow()
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
|
String |
getGroupName()
The name of the schedule group associated with this schedule.
|
String |
getKmsKeyArn()
The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.
|
String |
getName()
The name of the schedule.
|
String |
getScheduleExpression()
The expression that defines when the schedule runs.
|
String |
getScheduleExpressionTimezone()
The timezone in which the scheduling expression is evaluated.
|
String |
getStartDate()
The date, in UTC, after which the schedule can begin invoking its target.
|
String |
getState()
Specifies whether the schedule is enabled or disabled.
|
Object |
getTarget()
The schedule's target details.
|
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(CfnScheduleProps.Builder builder)
CfnScheduleProps.Builder.public final Object getFlexibleTimeWindow()
CfnSchedulePropsgetFlexibleTimeWindow in interface CfnSchedulePropspublic final String getScheduleExpression()
CfnScheduleProps
at expression - at(yyyy-mm-ddThh:mm:ss)rate expression - rate(unit value)cron expression - cron(fields)
You can use at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use rate and cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month.
A cron expression consists of six fields separated by white spaces: (minutes hours day_of_month month day_of_week year) .
A rate expression consists of a value as a positive integer, and a unit with the following options: minute | minutes | hour | hours | day | days
For more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide .
getScheduleExpression in interface CfnSchedulePropspublic final Object getTarget()
CfnSchedulePropsgetTarget in interface CfnSchedulePropspublic final String getDescription()
CfnSchedulePropsgetDescription in interface CfnSchedulePropspublic final String getEndDate()
CfnScheduleProps
Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify.
EventBridge Scheduler ignores EndDate for one-time schedules.
getEndDate in interface CfnSchedulePropspublic final String getGroupName()
CfnSchedulePropsgetGroupName in interface CfnSchedulePropspublic final String getKmsKeyArn()
CfnSchedulePropsgetKmsKeyArn in interface CfnSchedulePropspublic final String getName()
CfnSchedulePropsgetName in interface CfnSchedulePropspublic final String getScheduleExpressionTimezone()
CfnSchedulePropsgetScheduleExpressionTimezone in interface CfnSchedulePropspublic final String getStartDate()
CfnScheduleProps
Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify.
EventBridge Scheduler ignores StartDate for one-time schedules.
getStartDate in interface CfnSchedulePropspublic final String getState()
CfnSchedulePropsgetState in interface CfnScheduleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.