@Stability(value=Stable)
public static interface CfnDataIntegration.ScheduleConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appintegrations.*;
ScheduleConfigProperty scheduleConfigProperty = ScheduleConfigProperty.builder()
.firstExecutionFrom("firstExecutionFrom")
.object("object")
.scheduleExpression("scheduleExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataIntegration.ScheduleConfigProperty.Builder
A builder for
CfnDataIntegration.ScheduleConfigProperty |
static class |
CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
An implementation for
CfnDataIntegration.ScheduleConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataIntegration.ScheduleConfigProperty.Builder |
builder() |
String |
getFirstExecutionFrom()
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
|
String |
getObject()
The name of the object to pull from the data source.
|
String |
getScheduleExpression()
How often the data should be pulled from data source.
|
@Stability(value=Stable) @NotNull String getFirstExecutionFrom()
@Stability(value=Stable) @NotNull String getObject()
@Stability(value=Stable) @NotNull String getScheduleExpression()
@Stability(value=Stable) static CfnDataIntegration.ScheduleConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.