| Package | Description |
|---|---|
| software.amazon.awscdk.services.databrew |
AWS::DataBrew Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnSchedule.Builder |
CfnSchedule.Builder.create(software.constructs.Construct scope,
String id) |
CfnSchedule.Builder |
CfnSchedule.Builder.cronExpression(String cronExpression)
The dates and times when the job is to run.
|
CfnSchedule.Builder |
CfnSchedule.Builder.jobNames(List<String> jobNames)
A list of jobs to be run, according to the schedule.
|
CfnSchedule.Builder |
CfnSchedule.Builder.name(String name)
The name of the schedule.
|
CfnSchedule.Builder |
CfnSchedule.Builder.tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the schedule.
|
Copyright © 2022. All rights reserved.