Class CfnIntegrationPropsMixin.IntegrationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnIntegrationPropsMixin.IntegrationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegrationPropsMixin.IntegrationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegrationPropsMixin.IntegrationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIntegrationPropsMixin.IntegrationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegrationPropsMixin.IntegrationConfigProperty
An implementation for
CfnIntegrationPropsMixin.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.cfnpropertymixins.services.glue.CfnIntegrationPropsMixin.IntegrationConfigProperty
CfnIntegrationPropsMixin.IntegrationConfigProperty.Builder, CfnIntegrationPropsMixin.IntegrationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationPropsMixin.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 theCfnIntegrationPropsMixin.IntegrationConfigProperty.Builder.
-
-
Method Details
-
getContinuousSync
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.IntegrationConfigProperty- See Also:
-
getRefreshInterval
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.IntegrationConfigProperty- See Also:
-
getSourceProperties
Description copied from interface:CfnIntegrationPropsMixin.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 interfaceCfnIntegrationPropsMixin.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()
-