Class CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.ScheduledTriggerPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.ScheduledTriggerPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.ScheduledTriggerPropertiesProperty
An implementation for
CfnFlow.ScheduledTriggerPropertiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.ScheduledTriggerPropertiesProperty
CfnFlow.ScheduledTriggerPropertiesProperty.Builder, CfnFlow.ScheduledTriggerPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.ScheduledTriggerPropertiesProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.final NumberSpecifies the date range for the records to import from the connector in the first flow run.final NumberDefines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.final NumberThe time at which the scheduled flow ends.final StringThe scheduling expression that determines the rate at which the schedule will run, for examplerate(5minutes).final NumberSpecifies the optional offset that is added to the time interval for a schedule-triggered flow.final NumberThe time at which the scheduled flow starts.final StringSpecifies the time zone used when referring to the dates and times of a scheduled flow, such asAmerica/New_York.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.ScheduledTriggerPropertiesProperty.Builder.
-
-
Method Details
-
getScheduleExpression
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertyThe scheduling expression that determines the rate at which the schedule will run, for examplerate(5minutes).- Specified by:
getScheduleExpressionin interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getDataPullMode
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertySpecifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.- Specified by:
getDataPullModein interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getFirstExecutionFrom
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertySpecifies the date range for the records to import from the connector in the first flow run.- Specified by:
getFirstExecutionFromin interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getFlowErrorDeactivationThreshold
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertyDefines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.- Specified by:
getFlowErrorDeactivationThresholdin interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleEndTime
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertyThe time at which the scheduled flow ends.The time is formatted as a timestamp that follows the ISO 8601 standard, such as
2022-04-27T13:00:00-07:00.- Specified by:
getScheduleEndTimein interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleOffset
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertySpecifies the optional offset that is added to the time interval for a schedule-triggered flow.- Specified by:
getScheduleOffsetin interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleStartTime
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertyThe time at which the scheduled flow starts.The time is formatted as a timestamp that follows the ISO 8601 standard, such as
2022-04-26T13:00:00-07:00.- Specified by:
getScheduleStartTimein interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
getTimeZone
Description copied from interface:CfnFlow.ScheduledTriggerPropertiesPropertySpecifies the time zone used when referring to the dates and times of a scheduled flow, such asAmerica/New_York.This 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_Yorktimezone are-04:00EDT and-05:00 EST.- Specified by:
getTimeZonein interfaceCfnFlow.ScheduledTriggerPropertiesProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-