You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::SourceFlowConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SourceFlowConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge
  connector_profile_name: "ConnectorProfileName",
  source_connector_properties: { # required
    amplitude: {
      object: "Object", # required
    },
    datadog: {
      object: "Object", # required
    },
    dynatrace: {
      object: "Object", # required
    },
    google_analytics: {
      object: "Object", # required
    },
    infor_nexus: {
      object: "Object", # required
    },
    marketo: {
      object: "Object", # required
    },
    s3: {
      bucket_name: "BucketName", # required
      bucket_prefix: "BucketPrefix",
    },
    salesforce: {
      object: "Object", # required
      enable_dynamic_field_update: false,
      include_deleted_records: false,
    },
    service_now: {
      object: "Object", # required
    },
    singular: {
      object: "Object", # required
    },
    slack: {
      object: "Object", # required
    },
    trendmicro: {
      object: "Object", # required
    },
    veeva: {
      object: "Object", # required
    },
    zendesk: {
      object: "Object", # required
    },
  },
  incremental_pull_config: {
    datetime_type_field_name: "DatetimeTypeFieldName",
  },
}

Contains information about the configuration of the source connector used in the flow.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connector_profile_nameString

The name of the connector profile. This name must be unique for each connector profile in the AWS account.

Returns:

  • (String)

    The name of the connector profile.

#connector_typeString

The type of connector, such as Salesforce, Amplitude, and so on.

Possible values:

  • Salesforce
  • Singular
  • Slack
  • Redshift
  • S3
  • Marketo
  • Googleanalytics
  • Zendesk
  • Servicenow
  • Datadog
  • Trendmicro
  • Snowflake
  • Dynatrace
  • Infornexus
  • Amplitude
  • Veeva
  • EventBridge

Returns:

  • (String)

    The type of connector, such as Salesforce, Amplitude, and so on.

#incremental_pull_configTypes::IncrementalPullConfig

Defines 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:

#source_connector_propertiesTypes::SourceConnectorProperties

Specifies the information that is required to query a particular source connector.

Returns: