Class: Aws::Appflow::Types::DestinationConnectorProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DestinationConnectorProperties
- Includes:
- Structure
- Defined in:
- 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
-
#custom_connector ⇒ Types::CustomConnectorDestinationProperties
The properties that are required to query the custom Connector.
-
#customer_profiles ⇒ Types::CustomerProfilesDestinationProperties
The properties required to query Amazon Connect Customer Profiles.
-
#event_bridge ⇒ Types::EventBridgeDestinationProperties
The properties required to query Amazon EventBridge.
-
#honeycode ⇒ Types::HoneycodeDestinationProperties
The properties required to query Amazon Honeycode.
-
#lookout_metrics ⇒ Types::LookoutMetricsDestinationProperties
The properties required to query Amazon Lookout for Metrics.
-
#marketo ⇒ Types::MarketoDestinationProperties
The properties required to query Marketo.
-
#redshift ⇒ Types::RedshiftDestinationProperties
The properties required to query Amazon Redshift.
-
#s3 ⇒ Types::S3DestinationProperties
The properties required to query Amazon S3.
-
#salesforce ⇒ Types::SalesforceDestinationProperties
The properties required to query Salesforce.
-
#sapo_data ⇒ Types::SAPODataDestinationProperties
The properties required to query SAPOData.
-
#snowflake ⇒ Types::SnowflakeDestinationProperties
The properties required to query Snowflake.
-
#upsolver ⇒ Types::UpsolverDestinationProperties
The properties required to query Upsolver.
-
#zendesk ⇒ Types::ZendeskDestinationProperties
The properties required to query Zendesk.
Instance Attribute Details
#custom_connector ⇒ Types::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 '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_profiles ⇒ Types::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 '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_bridge ⇒ Types::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 '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 |
#honeycode ⇒ Types::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 '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_metrics ⇒ Types::LookoutMetricsDestinationProperties
The properties required to query Amazon Lookout for Metrics.
2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 |
# File '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 |
#marketo ⇒ Types::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 '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 |
#redshift ⇒ Types::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 '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 |
#s3 ⇒ Types::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 '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 |
#salesforce ⇒ Types::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 '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_data ⇒ Types::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 '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 |
#snowflake ⇒ Types::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 '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 |
#upsolver ⇒ Types::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 '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 |
#zendesk ⇒ Types::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 '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 |