@Stability(value=Stable) @Internal public static final class CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.ScheduledTriggerPropertiesProperty
CfnFlow.ScheduledTriggerPropertiesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFlow.ScheduledTriggerPropertiesProperty.Builder, CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFlow.ScheduledTriggerPropertiesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFlow.AggregationConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDataPullMode()
Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
|
Number |
getFirstExecutionFrom()
`CfnFlow.ScheduledTriggerPropertiesProperty.FirstExecutionFrom`.
|
Number |
getFlowErrorDeactivationThreshold()
`CfnFlow.ScheduledTriggerPropertiesProperty.FlowErrorDeactivationThreshold`.
|
Number |
getScheduleEndTime()
The time at which the scheduled flow ends.
|
String |
getScheduleExpression()
The scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)` .
|
Number |
getScheduleOffset()
Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
|
Number |
getScheduleStartTime()
The time at which the scheduled flow starts.
|
String |
getTimeZone()
Specifies the time zone used when referring to the dates and times of a scheduled flow, such as `America/New_York` .
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFlow.ScheduledTriggerPropertiesProperty.Builder builder)
CfnFlow.AggregationConfigProperty.Builder.public final String getScheduleExpression()
CfnFlow.ScheduledTriggerPropertiesPropertygetScheduleExpression in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final String getDataPullMode()
CfnFlow.ScheduledTriggerPropertiesPropertygetDataPullMode in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final Number getFirstExecutionFrom()
CfnFlow.ScheduledTriggerPropertiesPropertygetFirstExecutionFrom in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final Number getFlowErrorDeactivationThreshold()
CfnFlow.ScheduledTriggerPropertiesPropertygetFlowErrorDeactivationThreshold in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final Number getScheduleEndTime()
CfnFlow.ScheduledTriggerPropertiesProperty
The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-27T13:00:00-07:00 .
getScheduleEndTime in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final Number getScheduleOffset()
CfnFlow.ScheduledTriggerPropertiesPropertygetScheduleOffset in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final Number getScheduleStartTime()
CfnFlow.ScheduledTriggerPropertiesProperty
The time is formatted as a timestamp that follows the ISO 8601 standard, such as 2022-04-26T13:00:00-07:00 .
getScheduleStartTime in interface CfnFlow.ScheduledTriggerPropertiesPropertypublic final String getTimeZone()
CfnFlow.ScheduledTriggerPropertiesPropertyThis time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.
If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the America/New_York timezone are -04:00 EDT and -05:00 EST .
getTimeZone in interface CfnFlow.ScheduledTriggerPropertiesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.