Class CfnIntegration.IntegrationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnIntegration.IntegrationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegration.IntegrationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegration.IntegrationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.IntegrationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.IntegrationConfigProperty
An implementation for
CfnIntegration.IntegrationConfigProperty-
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.glue.CfnIntegration.IntegrationConfigProperty
CfnIntegration.IntegrationConfigProperty.Builder, CfnIntegration.IntegrationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.IntegrationConfigProperty.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 ObjectEnables continuous synchronization for on-demand data extractions from SaaS applications to AWS data services like Amazon Redshift and Amazon S3.final StringSpecifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.final ObjectA collection of key-value pairs that specify additional properties for the integration 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 theCfnIntegration.IntegrationConfigProperty.Builder.
-
-
Method Details
-
getContinuousSync
Description copied from interface:CfnIntegration.IntegrationConfigPropertyEnables continuous synchronization for on-demand data extractions from SaaS applications to AWS data services like Amazon Redshift and Amazon S3.Returns union: either
BooleanorIResolvable- Specified by:
getContinuousSyncin interfaceCfnIntegration.IntegrationConfigProperty- See Also:
-
getRefreshInterval
Description copied from interface:CfnIntegration.IntegrationConfigPropertySpecifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from 15 minutes to 8640 minutes (six days).
- Specified by:
getRefreshIntervalin interfaceCfnIntegration.IntegrationConfigProperty- See Also:
-
getSourceProperties
Description copied from interface:CfnIntegration.IntegrationConfigPropertyA collection of key-value pairs that specify additional properties for the integration source.These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getSourcePropertiesin interfaceCfnIntegration.IntegrationConfigProperty- 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()
-