| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.events |
Amazon EventBridge Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default Schedule |
BackupPlanRuleProps.getScheduleExpression()
A CRON expression specifying when AWS Backup initiates a backup job.
|
Schedule |
BackupPlanRuleProps.Jsii$Proxy.getScheduleExpression() |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanRuleProps.Builder |
BackupPlanRuleProps.Builder.scheduleExpression(Schedule scheduleExpression)
Sets the value of
BackupPlanRuleProps.getScheduleExpression() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.scheduleExpression(Schedule scheduleExpression)
A CRON expression specifying when AWS Backup initiates a backup job.
|
| Modifier and Type | Method and Description |
|---|---|
static Schedule |
Schedule.cron(CronOptions options)
Create a schedule from a set of cron fields.
|
static Schedule |
Schedule.expression(String expression)
Construct a schedule from a literal schedule expression.
|
default Schedule |
RuleProps.getSchedule()
The schedule or rate (frequency) that determines when EventBridge runs the rule.
|
Schedule |
RuleProps.Jsii$Proxy.getSchedule() |
static Schedule |
Schedule.rate(Duration duration)
Construct a schedule from an interval and a time unit.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.schedule(Schedule schedule)
The schedule or rate (frequency) that determines when EventBridge runs the rule.
|
RuleProps.Builder |
RuleProps.Builder.schedule(Schedule schedule)
Sets the value of
RuleProps.getSchedule() |
Copyright © 2022. All rights reserved.