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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appintegrations.CfnDataIntegration.ScheduleConfigProperty
CfnDataIntegration.ScheduleConfigProperty.Builder, CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataIntegration.ScheduleConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.final String
The name of the object to pull from the data source.final String
How often the data should be pulled from data source.final int
hashCode()
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.ScheduleConfigProperty
How often the data should be pulled from data source.- Specified by:
getScheduleExpression
in interfaceCfnDataIntegration.ScheduleConfigProperty
-
getFirstExecutionFrom
Description copied from interface:CfnDataIntegration.ScheduleConfigProperty
The 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:
getFirstExecutionFrom
in interfaceCfnDataIntegration.ScheduleConfigProperty
-
getObject
Description copied from interface:CfnDataIntegration.ScheduleConfigProperty
The name of the object to pull from the data source.- Specified by:
getObject
in interfaceCfnDataIntegration.ScheduleConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-