@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.841Z") @Stability(value=Stable) public interface CfnScheduleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduleProps.Builder
A builder for
CfnScheduleProps |
static class |
CfnScheduleProps.Jsii$Proxy
An implementation for
CfnScheduleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduleProps.Builder |
builder() |
String |
getCronExpression()
`AWS::DataBrew::Schedule.CronExpression`.
|
default List<String> |
getJobNames()
`AWS::DataBrew::Schedule.JobNames`.
|
String |
getName()
`AWS::DataBrew::Schedule.Name`.
|
default List<CfnTag> |
getTags()
`AWS::DataBrew::Schedule.Tags`.
|
@Stability(value=Stable) @NotNull String getCronExpression()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<String> getJobNames()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnScheduleProps.Builder builder()
CfnScheduleProps.Builder of CfnSchedulePropsCopyright © 2021. All rights reserved.