Class CfnIntegration.SourceFlowConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnIntegration.SourceFlowConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegration.SourceFlowConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIntegration.SourceFlowConfigProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.SourceFlowConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.SourceFlowConfigProperty
An implementation for
CfnIntegration.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.customerprofiles.CfnIntegration.SourceFlowConfigProperty
CfnIntegration.SourceFlowConfigProperty.Builder, CfnIntegration.SourceFlowConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.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 name of the Amazon AppFlow connector profile.final StringThe type of connector, such as Salesforce, Marketo, 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 theCfnIntegration.SourceFlowConfigProperty.Builder.
-
-
Method Details
-
getConnectorType
Description copied from interface:CfnIntegration.SourceFlowConfigPropertyThe type of connector, such as Salesforce, Marketo, and so on.- Specified by:
getConnectorTypein interfaceCfnIntegration.SourceFlowConfigProperty
-
getSourceConnectorProperties
Description copied from interface:CfnIntegration.SourceFlowConfigPropertySpecifies the information that is required to query a particular source connector.- Specified by:
getSourceConnectorPropertiesin interfaceCfnIntegration.SourceFlowConfigProperty
-
getConnectorProfileName
Description copied from interface:CfnIntegration.SourceFlowConfigPropertyThe name of the Amazon AppFlow connector profile.This name must be unique for each connector profile in the AWS account .
- Specified by:
getConnectorProfileNamein interfaceCfnIntegration.SourceFlowConfigProperty
-
getIncrementalPullConfig
Description copied from interface:CfnIntegration.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 interfaceCfnIntegration.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()
-