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_connectorTypes::CustomConnectorDestinationProperties

The properties that are required to query the custom Connector.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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_profilesTypes::CustomerProfilesDestinationProperties

The properties required to query Amazon Connect Customer Profiles.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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_bridgeTypes::EventBridgeDestinationProperties

The properties required to query Amazon EventBridge.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#honeycodeTypes::HoneycodeDestinationProperties

The properties required to query Amazon Honeycode.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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_metricsTypes::LookoutMetricsDestinationProperties

The properties required to query Amazon Lookout for Metrics.

Returns:

  • (Types::LookoutMetricsDestinationProperties)


2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#marketoTypes::MarketoDestinationProperties

The properties required to query Marketo.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#redshiftTypes::RedshiftDestinationProperties

The properties required to query Amazon Redshift.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#s3Types::S3DestinationProperties

The properties required to query Amazon S3.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#salesforceTypes::SalesforceDestinationProperties

The properties required to query Salesforce.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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_dataTypes::SAPODataDestinationProperties

The properties required to query SAPOData.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#snowflakeTypes::SnowflakeDestinationProperties

The properties required to query Snowflake.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#upsolverTypes::UpsolverDestinationProperties

The properties required to query Upsolver.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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

#zendeskTypes::ZendeskDestinationProperties

The properties required to query Zendesk.



2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2179

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