Class: Aws::Appflow::Types::ConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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.
1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1082 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 |