Class: Aws::Appflow::Types::DestinationConnectorProperties

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

Overview

This stores the information that is required to query a particular connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_connector ⇒ Types::CustomConnectorDestinationProperties

The properties that are required to query the custom Connector.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#customer_profiles ⇒ Types::CustomerProfilesDestinationProperties

The properties required to query Connect Customer Customer Profiles.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#event_bridge ⇒ Types::EventBridgeDestinationProperties

The properties required to query Amazon EventBridge.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#honeycode ⇒ Types::HoneycodeDestinationProperties

The properties required to query Amazon Honeycode.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#lookout_metrics ⇒ Types::LookoutMetricsDestinationProperties

The properties required to query Amazon Lookout for Metrics.

Returns:

  • (Types::LookoutMetricsDestinationProperties)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#marketo ⇒ Types::MarketoDestinationProperties

The properties required to query Marketo.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#redshift ⇒ Types::RedshiftDestinationProperties

The properties required to query Amazon Redshift.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#s3 ⇒ Types::S3DestinationProperties

The properties required to query Amazon S3.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#salesforce ⇒ Types::SalesforceDestinationProperties

The properties required to query Salesforce.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#sapo_data ⇒ Types::SAPODataDestinationProperties

The properties required to query SAPOData.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#snowflake ⇒ Types::SnowflakeDestinationProperties

The properties required to query Snowflake.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#upsolver ⇒ Types::UpsolverDestinationProperties

The properties required to query Upsolver.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end

#zendesk ⇒ Types::ZendeskDestinationProperties

The properties required to query Zendesk.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2186

class DestinationConnectorProperties < Struct.new(
  :redshift,
  :s3,
  :salesforce,
  :snowflake,
  :event_bridge,
  :lookout_metrics,
  :upsolver,
  :honeycode,
  :customer_profiles,
  :zendesk,
  :marketo,
  :custom_connector,
  :sapo_data)
  SENSITIVE = []
  include Aws::Structure
end