Class CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appintegrations.CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataIntegration.ScheduleConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataIntegration.ScheduleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataIntegration.ScheduleConfigProperty
An implementation for
CfnDataIntegration.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.services.appintegrations.CfnDataIntegration.ScheduleConfigProperty
CfnDataIntegration.ScheduleConfigProperty.Builder, CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataIntegration.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 theCfnDataIntegration.ScheduleConfigProperty.Builder.
-
-
Method Details
-
getScheduleExpression
Description copied from interface:CfnDataIntegration.ScheduleConfigPropertyHow often the data should be pulled from data source.- Specified by:
getScheduleExpressionin interfaceCfnDataIntegration.ScheduleConfigProperty
-
getFirstExecutionFrom
Description copied from interface:CfnDataIntegration.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 interfaceCfnDataIntegration.ScheduleConfigProperty
-
getObject
Description copied from interface:CfnDataIntegration.ScheduleConfigPropertyThe name of the object to pull from the data source.- Specified by:
getObjectin interfaceCfnDataIntegration.ScheduleConfigProperty
-
$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()
-