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.



4946
4947
4948
4949
4950
4951
4952
4953
4954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4946

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.



4946
4947
4948
4949
4950
4951
4952
4953
4954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4946

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.



4946
4947
4948
4949
4950
4951
4952
4953
4954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4946

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.



4946
4947
4948
4949
4950
4951
4952
4953
4954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4946

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.



4946
4947
4948
4949
4950
4951
4952
4953
4954
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4946

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