Class: Aws::Appflow::Types::ConnectorProfileProperties
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Appflow::Types::ConnectorProfileProperties
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific profile properties required by each connector.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #amplitude  ⇒ Types::AmplitudeConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Amplitude. 
- 
  
    
      #custom_connector  ⇒ Types::CustomConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The properties required by the custom connector. 
- 
  
    
      #datadog  ⇒ Types::DatadogConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Datadog. 
- 
  
    
      #dynatrace  ⇒ Types::DynatraceConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Dynatrace. 
- 
  
    
      #google_analytics  ⇒ Types::GoogleAnalyticsConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required Google Analytics. 
- 
  
    
      #honeycode  ⇒ Types::HoneycodeConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Amazon Honeycode. 
- 
  
    
      #infor_nexus  ⇒ Types::InforNexusConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Infor Nexus. 
- 
  
    
      #marketo  ⇒ Types::MarketoConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Marketo. 
- 
  
    
      #pardot  ⇒ Types::PardotConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Salesforce Pardot. 
- 
  
    
      #redshift  ⇒ Types::RedshiftConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Amazon Redshift. 
- 
  
    
      #salesforce  ⇒ Types::SalesforceConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Salesforce. 
- 
  
    
      #sapo_data  ⇒ Types::SAPODataConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific profile properties required when using SAPOData. 
- 
  
    
      #service_now  ⇒ Types::ServiceNowConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by serviceNow. 
- 
  
    
      #singular  ⇒ Types::SingularConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Singular. 
- 
  
    
      #slack  ⇒ Types::SlackConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Slack. 
- 
  
    
      #snowflake  ⇒ Types::SnowflakeConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Snowflake. 
- 
  
    
      #trendmicro  ⇒ Types::TrendmicroConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Trend Micro. 
- 
  
    
      #veeva  ⇒ Types::VeevaConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Veeva. 
- 
  
    
      #zendesk  ⇒ Types::ZendeskConnectorProfileProperties 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connector-specific properties required by Zendesk. 
Instance Attribute Details
#amplitude ⇒ Types::AmplitudeConnectorProfileProperties
The connector-specific properties required by Amplitude.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#custom_connector ⇒ Types::CustomConnectorProfileProperties
The properties required by the custom connector.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#datadog ⇒ Types::DatadogConnectorProfileProperties
The connector-specific properties required by Datadog.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#dynatrace ⇒ Types::DynatraceConnectorProfileProperties
The connector-specific properties required by Dynatrace.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#google_analytics ⇒ Types::GoogleAnalyticsConnectorProfileProperties
The connector-specific properties required Google Analytics.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#honeycode ⇒ Types::HoneycodeConnectorProfileProperties
The connector-specific properties required by Amazon Honeycode.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#infor_nexus ⇒ Types::InforNexusConnectorProfileProperties
The connector-specific properties required by Infor Nexus.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#marketo ⇒ Types::MarketoConnectorProfileProperties
The connector-specific properties required by Marketo.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#pardot ⇒ Types::PardotConnectorProfileProperties
The connector-specific properties required by Salesforce Pardot.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#redshift ⇒ Types::RedshiftConnectorProfileProperties
The connector-specific properties required by Amazon Redshift.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#salesforce ⇒ Types::SalesforceConnectorProfileProperties
The connector-specific properties required by Salesforce.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#sapo_data ⇒ Types::SAPODataConnectorProfileProperties
The connector-specific profile properties required when using SAPOData.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#service_now ⇒ Types::ServiceNowConnectorProfileProperties
The connector-specific properties required by serviceNow.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#singular ⇒ Types::SingularConnectorProfileProperties
The connector-specific properties required by Singular.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#slack ⇒ Types::SlackConnectorProfileProperties
The connector-specific properties required by Slack.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#snowflake ⇒ Types::SnowflakeConnectorProfileProperties
The connector-specific properties required by Snowflake.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#trendmicro ⇒ Types::TrendmicroConnectorProfileProperties
The connector-specific properties required by Trend Micro.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#veeva ⇒ Types::VeevaConnectorProfileProperties
The connector-specific properties required by Veeva.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end | 
#zendesk ⇒ Types::ZendeskConnectorProfileProperties
The connector-specific properties required by Zendesk.
| 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 | # File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |