Class CfnScheduleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduleProps
CfnScheduleProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.CfnScheduleProps
CfnScheduleProps.Builder, CfnScheduleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnScheduleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduleProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description you specify for the schedule.final StringThe date, in UTC, before which the schedule can invoke its target.final ObjectAllows you to configure a time window during which EventBridge Scheduler invokes the schedule.final StringThe name of the schedule group associated with this schedule.final StringThe Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.final StringgetName()The name of the schedule.final StringThe expression that defines when the schedule runs.final StringThe timezone in which the scheduling expression is evaluated.final StringThe date, in UTC, after which the schedule can begin invoking its target.final StringgetState()Specifies whether the schedule is enabled or disabled.final ObjectThe schedule's target details.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnScheduleProps.Builder.
-
-
Method Details
-
getFlexibleTimeWindow
Description copied from interface:CfnSchedulePropsAllows you to configure a time window during which EventBridge Scheduler invokes the schedule.Returns union: either
IResolvableorCfnSchedule.FlexibleTimeWindowProperty- Specified by:
getFlexibleTimeWindowin interfaceCfnScheduleProps- See Also:
-
getScheduleExpression
Description copied from interface:CfnSchedulePropsThe expression that defines when the schedule runs. The following formats are supported.atexpression -at(yyyy-mm-ddThh:mm:ss)rateexpression -rate(value unit)cronexpression -cron(fields)
You can use
atexpressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can userateandcronexpressions 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
cronexpression consists of six fields separated by white spaces:(minutes hours day_of_month month day_of_week year).A
rateexpression consists of a value as a positive integer, and a unit with the following options:minute|minutes|hour|hours|day|daysFor more information and examples, see Schedule types on EventBridge Scheduler in the EventBridge Scheduler User Guide .
- Specified by:
getScheduleExpressionin interfaceCfnScheduleProps- See Also:
-
getTarget
Description copied from interface:CfnSchedulePropsThe schedule's target details.Returns union: either
IResolvableorCfnSchedule.TargetProperty- Specified by:
getTargetin interfaceCfnScheduleProps- See Also:
-
getDescription
Description copied from interface:CfnSchedulePropsThe description you specify for the schedule.- Specified by:
getDescriptionin interfaceCfnScheduleProps- See Also:
-
getEndDate
Description copied from interface:CfnSchedulePropsThe date, in UTC, before which the schedule can invoke its target.Depending on the schedule's recurrence expression, invocations might stop on, or before, the
EndDateyou specify. EventBridge Scheduler ignoresEndDatefor one-time schedules.- Specified by:
getEndDatein interfaceCfnScheduleProps- See Also:
-
getGroupName
Description copied from interface:CfnSchedulePropsThe name of the schedule group associated with this schedule.- Specified by:
getGroupNamein interfaceCfnScheduleProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnSchedulePropsThe Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.- Specified by:
getKmsKeyArnin interfaceCfnScheduleProps- See Also:
-
getName
Description copied from interface:CfnSchedulePropsThe name of the schedule.- Specified by:
getNamein interfaceCfnScheduleProps- See Also:
-
getScheduleExpressionTimezone
Description copied from interface:CfnSchedulePropsThe timezone in which the scheduling expression is evaluated.- Specified by:
getScheduleExpressionTimezonein interfaceCfnScheduleProps- See Also:
-
getStartDate
Description copied from interface:CfnSchedulePropsThe date, in UTC, after which the schedule can begin invoking its target.Depending on the schedule's recurrence expression, invocations might occur on, or after, the
StartDateyou specify. EventBridge Scheduler ignoresStartDatefor one-time schedules.- Specified by:
getStartDatein interfaceCfnScheduleProps- See Also:
-
getState
Description copied from interface:CfnSchedulePropsSpecifies whether the schedule is enabled or disabled.Allowed Values :
ENABLED|DISABLED- Specified by:
getStatein interfaceCfnScheduleProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-