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