Class CfnFlow.SourceFlowConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.SourceFlowConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.SourceFlowConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFlow.SourceFlowConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.SourceFlowConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.SourceFlowConfigProperty
An implementation for
CfnFlow.SourceFlowConfigProperty-
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.appflow.CfnFlow.SourceFlowConfigProperty
CfnFlow.SourceFlowConfigProperty.Builder, CfnFlow.SourceFlowConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.SourceFlowConfigProperty.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 StringThe API version of the connector when it's used as a source in the flow.final StringThe name of the connector profile.final StringThe type of connector, such as Salesforce, Amplitude, and so on.final ObjectDefines the configuration for a scheduled incremental data pull.final ObjectSpecifies the information that is required to query a particular source connector.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 theCfnFlow.SourceFlowConfigProperty.Builder.
-
-
Method Details
-
getConnectorType
Description copied from interface:CfnFlow.SourceFlowConfigPropertyThe type of connector, such as Salesforce, Amplitude, and so on.- Specified by:
getConnectorTypein interfaceCfnFlow.SourceFlowConfigProperty
-
getSourceConnectorProperties
Description copied from interface:CfnFlow.SourceFlowConfigPropertySpecifies the information that is required to query a particular source connector.- Specified by:
getSourceConnectorPropertiesin interfaceCfnFlow.SourceFlowConfigProperty
-
getApiVersion
Description copied from interface:CfnFlow.SourceFlowConfigPropertyThe API version of the connector when it's used as a source in the flow.- Specified by:
getApiVersionin interfaceCfnFlow.SourceFlowConfigProperty
-
getConnectorProfileName
Description copied from interface:CfnFlow.SourceFlowConfigPropertyThe name of the connector profile.This name must be unique for each connector profile in the AWS account .
- Specified by:
getConnectorProfileNamein interfaceCfnFlow.SourceFlowConfigProperty
-
getIncrementalPullConfig
Description copied from interface:CfnFlow.SourceFlowConfigPropertyDefines the configuration for a scheduled incremental data pull.If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
- Specified by:
getIncrementalPullConfigin interfaceCfnFlow.SourceFlowConfigProperty
-
$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()
-