Class CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty
An implementation for
CfnIntegrationPropsMixin.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.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty
CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Builder, CfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationPropsMixin.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 NumberSpecifies the scheduled end time for a scheduled-trigger flow.final StringThe scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).final NumberSpecifies the optional offset that is added to the time interval for a schedule-triggered flow.final NumberSpecifies the scheduled start time for a scheduled-trigger flow.final StringSpecifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/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 theCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty.Builder.
-
-
Method Details
-
getDataPullMode
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.- Specified by:
getDataPullModein interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getFirstExecutionFrom
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies the date range for the records to import from the connector in the first flow run.- Specified by:
getFirstExecutionFromin interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleEndTime
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies the scheduled end time for a scheduled-trigger flow.- Specified by:
getScheduleEndTimein interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleExpression
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertyThe scheduling expression that determines the rate at which the schedule will run, for example rate (5 minutes).- Specified by:
getScheduleExpressionin interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleOffset
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies the optional offset that is added to the time interval for a schedule-triggered flow.- Specified by:
getScheduleOffsetin interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getScheduleStartTime
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies the scheduled start time for a scheduled-trigger flow.The value must be a date/time value in EPOCH format.
- Specified by:
getScheduleStartTimein interfaceCfnIntegrationPropsMixin.ScheduledTriggerPropertiesProperty- See Also:
-
getTimezone
Description copied from interface:CfnIntegrationPropsMixin.ScheduledTriggerPropertiesPropertySpecifies the time zone used when referring to the date and time of a scheduled-triggered flow, such as America/New_York.- Specified by:
getTimezonein interfaceCfnIntegrationPropsMixin.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()
-