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.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.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.- 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.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()
-