Class CfnFlowPropsMixin.SourceFlowConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.SourceFlowConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowPropsMixin.SourceFlowConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowPropsMixin.SourceFlowConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlowPropsMixin.SourceFlowConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowPropsMixin.SourceFlowConfigProperty
An implementation for
CfnFlowPropsMixin.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.mixins.preview.services.appflow.mixins.CfnFlowPropsMixin.SourceFlowConfigProperty
CfnFlowPropsMixin.SourceFlowConfigProperty.Builder, CfnFlowPropsMixin.SourceFlowConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlowPropsMixin.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 theCfnFlowPropsMixin.SourceFlowConfigProperty.Builder.
-
-
Method Details
-
getApiVersion
Description copied from interface:CfnFlowPropsMixin.SourceFlowConfigPropertyThe API version of the connector when it's used as a source in the flow.- Specified by:
getApiVersionin interfaceCfnFlowPropsMixin.SourceFlowConfigProperty- See Also:
-
getConnectorProfileName
Description copied from interface:CfnFlowPropsMixin.SourceFlowConfigPropertyThe name of the connector profile.This name must be unique for each connector profile in the AWS account .
- Specified by:
getConnectorProfileNamein interfaceCfnFlowPropsMixin.SourceFlowConfigProperty- See Also:
-
getConnectorType
Description copied from interface:CfnFlowPropsMixin.SourceFlowConfigPropertyThe type of connector, such as Salesforce, Amplitude, and so on.- Specified by:
getConnectorTypein interfaceCfnFlowPropsMixin.SourceFlowConfigProperty- See Also:
-
getIncrementalPullConfig
Description copied from interface:CfnFlowPropsMixin.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.
Returns union: either
IResolvableorCfnFlowPropsMixin.IncrementalPullConfigProperty- Specified by:
getIncrementalPullConfigin interfaceCfnFlowPropsMixin.SourceFlowConfigProperty- See Also:
-
getSourceConnectorProperties
Description copied from interface:CfnFlowPropsMixin.SourceFlowConfigPropertySpecifies the information that is required to query a particular source connector.Returns union: either
IResolvableorCfnFlowPropsMixin.SourceConnectorPropertiesProperty- Specified by:
getSourceConnectorPropertiesin interfaceCfnFlowPropsMixin.SourceFlowConfigProperty- 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()
-