Class CfnScheduleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnScheduleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnScheduleMixinProps
CfnScheduleMixinProps-
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.cfnpropertymixins.services.scheduler.CfnScheduleMixinProps
CfnScheduleMixinProps.Builder, CfnScheduleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnScheduleMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduleMixinProps.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 ObjectThe 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 theCfnScheduleMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnScheduleMixinPropsThe description you specify for the schedule.- Specified by:
getDescriptionin interfaceCfnScheduleMixinProps- See Also:
-
getEndDate
Description copied from interface:CfnScheduleMixinPropsThe 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 interfaceCfnScheduleMixinProps- See Also:
-
getFlexibleTimeWindow
Description copied from interface:CfnScheduleMixinPropsAllows you to configure a time window during which EventBridge Scheduler invokes the schedule.Returns union: either
IResolvableorCfnSchedulePropsMixin.FlexibleTimeWindowProperty- Specified by:
getFlexibleTimeWindowin interfaceCfnScheduleMixinProps- See Also:
-
getGroupName
Description copied from interface:CfnScheduleMixinPropsThe name of the schedule group associated with this schedule.- Specified by:
getGroupNamein interfaceCfnScheduleMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnScheduleMixinPropsThe Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.- Specified by:
getKmsKeyArnin interfaceCfnScheduleMixinProps- See Also:
-
getName
Description copied from interface:CfnScheduleMixinPropsThe name of the schedule.- Specified by:
getNamein interfaceCfnScheduleMixinProps- See Also:
-
getScheduleExpression
Description copied from interface:CfnScheduleMixinPropsThe 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 interfaceCfnScheduleMixinProps- See Also:
-
getScheduleExpressionTimezone
Description copied from interface:CfnScheduleMixinPropsThe timezone in which the scheduling expression is evaluated.- Specified by:
getScheduleExpressionTimezonein interfaceCfnScheduleMixinProps- See Also:
-
getStartDate
Description copied from interface:CfnScheduleMixinPropsThe 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 interfaceCfnScheduleMixinProps- See Also:
-
getState
Description copied from interface:CfnScheduleMixinPropsSpecifies whether the schedule is enabled or disabled.Allowed Values :
ENABLED|DISABLED- Specified by:
getStatein interfaceCfnScheduleMixinProps- See Also:
-
getTarget
Description copied from interface:CfnScheduleMixinPropsThe schedule's target details.Returns union: either
IResolvableorCfnSchedulePropsMixin.TargetProperty- Specified by:
getTargetin interfaceCfnScheduleMixinProps- 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()
-