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