Class: Aws::Appflow::Types::DestinationConnectorProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DestinationConnectorProperties
- 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
-
#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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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.
2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2104 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 |