Class: Aws::Appflow::Types::ConnectorProfileProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amplitudeTypes::AmplitudeConnectorProfileProperties

The connector-specific properties required by Amplitude.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

The properties required by the custom connector.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#datadogTypes::DatadogConnectorProfileProperties

The connector-specific properties required by Datadog.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#dynatraceTypes::DynatraceConnectorProfileProperties

The connector-specific properties required by Dynatrace.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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_analyticsTypes::GoogleAnalyticsConnectorProfileProperties

The connector-specific properties required Google Analytics.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#honeycodeTypes::HoneycodeConnectorProfileProperties

The connector-specific properties required by Amazon Honeycode.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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_nexusTypes::InforNexusConnectorProfileProperties

The connector-specific properties required by Infor Nexus.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#marketoTypes::MarketoConnectorProfileProperties

The connector-specific properties required by Marketo.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#pardotTypes::PardotConnectorProfileProperties

The connector-specific properties required by Salesforce Pardot.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#redshiftTypes::RedshiftConnectorProfileProperties

The connector-specific properties required by Amazon Redshift.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#salesforceTypes::SalesforceConnectorProfileProperties

The connector-specific properties required by Salesforce.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

The connector-specific profile properties required when using SAPOData.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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_nowTypes::ServiceNowConnectorProfileProperties

The connector-specific properties required by serviceNow.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#singularTypes::SingularConnectorProfileProperties

The connector-specific properties required by Singular.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#slackTypes::SlackConnectorProfileProperties

The connector-specific properties required by Slack.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#snowflakeTypes::SnowflakeConnectorProfileProperties

The connector-specific properties required by Snowflake.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#trendmicroTypes::TrendmicroConnectorProfileProperties

The connector-specific properties required by Trend Micro.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#veevaTypes::VeevaConnectorProfileProperties

The connector-specific properties required by Veeva.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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

#zendeskTypes::ZendeskConnectorProfileProperties

The connector-specific properties required by Zendesk.



1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
# File 'lib/aws-sdk-appflow/types.rb', line 1156

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