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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.CfnScheduleProps
CfnScheduleProps.Builder, CfnScheduleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnScheduleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnScheduleProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The description you specify for the schedule.final String
The date, in UTC, before which the schedule can invoke its target.final Object
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.final String
The name of the schedule group associated with this schedule.final String
The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.final String
getName()
The name of the schedule.final String
The expression that defines when the schedule runs.final String
The timezone in which the scheduling expression is evaluated.final String
The date, in UTC, after which the schedule can begin invoking its target.final String
getState()
Specifies whether the schedule is enabled or disabled.final Object
The schedule's target details.final int
hashCode()
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:CfnScheduleProps
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.- Specified by:
getFlexibleTimeWindow
in interfaceCfnScheduleProps
- See Also:
-
getScheduleExpression
Description copied from interface:CfnScheduleProps
The expression that defines when the schedule runs. The following formats are supported.at
expression -at(yyyy-mm-ddThh:mm:ss)
rate
expression -rate(value unit)
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 userate
andcron
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 .
- Specified by:
getScheduleExpression
in interfaceCfnScheduleProps
- See Also:
-
getTarget
Description copied from interface:CfnScheduleProps
The schedule's target details.- Specified by:
getTarget
in interfaceCfnScheduleProps
- See Also:
-
getDescription
Description copied from interface:CfnScheduleProps
The description you specify for the schedule.- Specified by:
getDescription
in interfaceCfnScheduleProps
- See Also:
-
getEndDate
Description copied from interface:CfnScheduleProps
The 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
EndDate
you specify. EventBridge Scheduler ignoresEndDate
for one-time schedules.- Specified by:
getEndDate
in interfaceCfnScheduleProps
- See Also:
-
getGroupName
Description copied from interface:CfnScheduleProps
The name of the schedule group associated with this schedule.- Specified by:
getGroupName
in interfaceCfnScheduleProps
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnScheduleProps
The Amazon Resource Name (ARN) for the customer managed KMS key that EventBridge Scheduler will use to encrypt and decrypt your data.- Specified by:
getKmsKeyArn
in interfaceCfnScheduleProps
- See Also:
-
getName
Description copied from interface:CfnScheduleProps
The name of the schedule.- Specified by:
getName
in interfaceCfnScheduleProps
- See Also:
-
getScheduleExpressionTimezone
Description copied from interface:CfnScheduleProps
The timezone in which the scheduling expression is evaluated.- Specified by:
getScheduleExpressionTimezone
in interfaceCfnScheduleProps
- See Also:
-
getStartDate
Description copied from interface:CfnScheduleProps
The 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
StartDate
you specify. EventBridge Scheduler ignoresStartDate
for one-time schedules.- Specified by:
getStartDate
in interfaceCfnScheduleProps
- See Also:
-
getState
Description copied from interface:CfnScheduleProps
Specifies whether the schedule is enabled or disabled.Allowed Values :
ENABLED
|DISABLED
- Specified by:
getState
in interfaceCfnScheduleProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-