Class: Aws::Appflow::Types::ConnectorProfileCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorProfileCredentials
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The connector-specific credentials required by a connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amplitude ⇒ Types::AmplitudeConnectorProfileCredentials
The connector-specific credentials required when using Amplitude.
-
#custom_connector ⇒ Types::CustomConnectorProfileCredentials
The connector-specific profile credentials that are required when using the custom connector.
-
#datadog ⇒ Types::DatadogConnectorProfileCredentials
The connector-specific credentials required when using Datadog.
-
#dynatrace ⇒ Types::DynatraceConnectorProfileCredentials
The connector-specific credentials required when using Dynatrace.
-
#google_analytics ⇒ Types::GoogleAnalyticsConnectorProfileCredentials
The connector-specific credentials required when using Google Analytics.
-
#honeycode ⇒ Types::HoneycodeConnectorProfileCredentials
The connector-specific credentials required when using Amazon Honeycode.
-
#infor_nexus ⇒ Types::InforNexusConnectorProfileCredentials
The connector-specific credentials required when using Infor Nexus.
-
#marketo ⇒ Types::MarketoConnectorProfileCredentials
The connector-specific credentials required when using Marketo.
-
#pardot ⇒ Types::PardotConnectorProfileCredentials
The connector-specific credentials required when using Salesforce Pardot.
-
#redshift ⇒ Types::RedshiftConnectorProfileCredentials
The connector-specific credentials required when using Amazon Redshift.
-
#salesforce ⇒ Types::SalesforceConnectorProfileCredentials
The connector-specific credentials required when using Salesforce.
-
#sapo_data ⇒ Types::SAPODataConnectorProfileCredentials
The connector-specific profile credentials required when using SAPOData.
-
#service_now ⇒ Types::ServiceNowConnectorProfileCredentials
The connector-specific credentials required when using ServiceNow.
-
#singular ⇒ Types::SingularConnectorProfileCredentials
The connector-specific credentials required when using Singular.
-
#slack ⇒ Types::SlackConnectorProfileCredentials
The connector-specific credentials required when using Slack.
-
#snowflake ⇒ Types::SnowflakeConnectorProfileCredentials
The connector-specific credentials required when using Snowflake.
-
#trendmicro ⇒ Types::TrendmicroConnectorProfileCredentials
The connector-specific credentials required when using Trend Micro.
-
#veeva ⇒ Types::VeevaConnectorProfileCredentials
The connector-specific credentials required when using Veeva.
-
#zendesk ⇒ Types::ZendeskConnectorProfileCredentials
The connector-specific credentials required when using Zendesk.
Instance Attribute Details
#amplitude ⇒ Types::AmplitudeConnectorProfileCredentials
The connector-specific credentials required when using Amplitude.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::CustomConnectorProfileCredentials
The connector-specific profile credentials that are required when using the custom connector.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::DatadogConnectorProfileCredentials
The connector-specific credentials required when using Datadog.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::DynatraceConnectorProfileCredentials
The connector-specific credentials required when using Dynatrace.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::GoogleAnalyticsConnectorProfileCredentials
The connector-specific credentials required when using Google Analytics.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::HoneycodeConnectorProfileCredentials
The connector-specific credentials required when using Amazon Honeycode.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::InforNexusConnectorProfileCredentials
The connector-specific credentials required when using Infor Nexus.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::MarketoConnectorProfileCredentials
The connector-specific credentials required when using Marketo.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::PardotConnectorProfileCredentials
The connector-specific credentials required when using Salesforce Pardot.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::RedshiftConnectorProfileCredentials
The connector-specific credentials required when using Amazon Redshift.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::SalesforceConnectorProfileCredentials
The connector-specific credentials required when using Salesforce.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::SAPODataConnectorProfileCredentials
The connector-specific profile credentials required when using SAPOData.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::ServiceNowConnectorProfileCredentials
The connector-specific credentials required when using ServiceNow.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::SingularConnectorProfileCredentials
The connector-specific credentials required when using Singular.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::SlackConnectorProfileCredentials
The connector-specific credentials required when using Slack.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::SnowflakeConnectorProfileCredentials
The connector-specific credentials required when using Snowflake.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::TrendmicroConnectorProfileCredentials
The connector-specific credentials required when using Trend Micro.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::VeevaConnectorProfileCredentials
The connector-specific credentials required when using Veeva.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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::ZendeskConnectorProfileCredentials
The connector-specific credentials required when using Zendesk.
1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 |
# File 'lib/aws-sdk-appflow/types.rb', line 1044 class ConnectorProfileCredentials < 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 |