public static final class CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataIntegration.ScheduleConfigProperty
CfnDataIntegration.ScheduleConfigProperty
CfnDataIntegration.ScheduleConfigProperty.Builder, CfnDataIntegration.ScheduleConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFirstExecutionFrom()
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
|
java.lang.String |
getObject()
The name of the object to pull from the data source.
|
java.lang.String |
getScheduleExpression()
How often the data should be pulled from data source.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFirstExecutionFrom()
CfnDataIntegration.ScheduleConfigProperty
getFirstExecutionFrom
in interface CfnDataIntegration.ScheduleConfigProperty
public final java.lang.String getObject()
CfnDataIntegration.ScheduleConfigProperty
getObject
in interface CfnDataIntegration.ScheduleConfigProperty
public final java.lang.String getScheduleExpression()
CfnDataIntegration.ScheduleConfigProperty
getScheduleExpression
in interface CfnDataIntegration.ScheduleConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()