Class: Aws::CustomerProfiles::Types::SourceConnectorProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Specifies the information that is required to query a particular Amazon AppFlow connector. Customer Profiles supports Salesforce, Zendesk, Marketo, ServiceNow and Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#marketoTypes::MarketoSourceProperties

The properties that are applied when Marketo is being used as a source.



4911
4912
4913
4914
4915
4916
4917
4918
4919
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4911

class SourceConnectorProperties < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#s3Types::S3SourceProperties

The properties that are applied when Amazon S3 is being used as the flow source.



4911
4912
4913
4914
4915
4916
4917
4918
4919
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4911

class SourceConnectorProperties < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#salesforceTypes::SalesforceSourceProperties

The properties that are applied when Salesforce is being used as a source.



4911
4912
4913
4914
4915
4916
4917
4918
4919
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4911

class SourceConnectorProperties < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#service_nowTypes::ServiceNowSourceProperties

The properties that are applied when ServiceNow is being used as a source.



4911
4912
4913
4914
4915
4916
4917
4918
4919
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4911

class SourceConnectorProperties < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#zendeskTypes::ZendeskSourceProperties

The properties that are applied when using Zendesk as a flow source.



4911
4912
4913
4914
4915
4916
4917
4918
4919
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4911

class SourceConnectorProperties < Struct.new(
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end