Class CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appintegrations.CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataIntegrationPropsMixin.ScheduleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataIntegrationPropsMixin.ScheduleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataIntegrationPropsMixin.ScheduleConfigProperty
An implementation for
CfnDataIntegrationPropsMixin.ScheduleConfigProperty-
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.appintegrations.CfnDataIntegrationPropsMixin.ScheduleConfigProperty
CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder, CfnDataIntegrationPropsMixin.ScheduleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataIntegrationPropsMixin.ScheduleConfigProperty.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 StringThe start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.final StringThe name of the object to pull from the data source.final StringHow often the data should be pulled from data source.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 theCfnDataIntegrationPropsMixin.ScheduleConfigProperty.Builder.
-
-
Method Details
-
getFirstExecutionFrom
Description copied from interface:CfnDataIntegrationPropsMixin.ScheduleConfigPropertyThe start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.- Specified by:
getFirstExecutionFromin interfaceCfnDataIntegrationPropsMixin.ScheduleConfigProperty- See Also:
-
getObject
Description copied from interface:CfnDataIntegrationPropsMixin.ScheduleConfigPropertyThe name of the object to pull from the data source.- Specified by:
getObjectin interfaceCfnDataIntegrationPropsMixin.ScheduleConfigProperty- See Also:
-
getScheduleExpression
Description copied from interface:CfnDataIntegrationPropsMixin.ScheduleConfigPropertyHow often the data should be pulled from data source.- Specified by:
getScheduleExpressionin interfaceCfnDataIntegrationPropsMixin.ScheduleConfigProperty- 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()
-