Class: Aws::Appflow::Types::ConnectorMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
A structure to specify connector-specific metadata such as ‘oAuthScopes`, `supportedRegions`, `privateLinkServiceUrl`, and so on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amplitude ⇒ Types::AmplitudeMetadata
The connector metadata specific to Amplitude.
-
#customer_profiles ⇒ Types::CustomerProfilesMetadata
The connector metadata specific to Amazon Connect Customer Profiles.
-
#datadog ⇒ Types::DatadogMetadata
The connector metadata specific to Datadog.
-
#dynatrace ⇒ Types::DynatraceMetadata
The connector metadata specific to Dynatrace.
-
#event_bridge ⇒ Types::EventBridgeMetadata
The connector metadata specific to Amazon EventBridge.
-
#google_analytics ⇒ Types::GoogleAnalyticsMetadata
The connector metadata specific to Google Analytics.
-
#honeycode ⇒ Types::HoneycodeMetadata
The connector metadata specific to Amazon Honeycode.
-
#infor_nexus ⇒ Types::InforNexusMetadata
The connector metadata specific to Infor Nexus.
-
#marketo ⇒ Types::MarketoMetadata
The connector metadata specific to Marketo.
-
#pardot ⇒ Types::PardotMetadata
The connector metadata specific to Salesforce Pardot.
-
#redshift ⇒ Types::RedshiftMetadata
The connector metadata specific to Amazon Redshift.
-
#s3 ⇒ Types::S3Metadata
The connector metadata specific to Amazon S3.
-
#salesforce ⇒ Types::SalesforceMetadata
The connector metadata specific to Salesforce.
-
#sapo_data ⇒ Types::SAPODataMetadata
The connector metadata specific to SAPOData.
-
#service_now ⇒ Types::ServiceNowMetadata
The connector metadata specific to ServiceNow.
-
#singular ⇒ Types::SingularMetadata
The connector metadata specific to Singular.
-
#slack ⇒ Types::SlackMetadata
The connector metadata specific to Slack.
-
#snowflake ⇒ Types::SnowflakeMetadata
The connector metadata specific to Snowflake.
-
#trendmicro ⇒ Types::TrendmicroMetadata
The connector metadata specific to Trend Micro.
-
#upsolver ⇒ Types::UpsolverMetadata
The connector metadata specific to Upsolver.
-
#veeva ⇒ Types::VeevaMetadata
The connector metadata specific to Veeva.
-
#zendesk ⇒ Types::ZendeskMetadata
The connector metadata specific to Zendesk.
Instance Attribute Details
#amplitude ⇒ Types::AmplitudeMetadata
The connector metadata specific to Amplitude.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#customer_profiles ⇒ Types::CustomerProfilesMetadata
The connector metadata specific to Amazon Connect Customer Profiles.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#datadog ⇒ Types::DatadogMetadata
The connector metadata specific to Datadog.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#dynatrace ⇒ Types::DynatraceMetadata
The connector metadata specific to Dynatrace.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#event_bridge ⇒ Types::EventBridgeMetadata
The connector metadata specific to Amazon EventBridge.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#google_analytics ⇒ Types::GoogleAnalyticsMetadata
The connector metadata specific to Google Analytics.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#honeycode ⇒ Types::HoneycodeMetadata
The connector metadata specific to Amazon Honeycode.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#infor_nexus ⇒ Types::InforNexusMetadata
The connector metadata specific to Infor Nexus.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#marketo ⇒ Types::MarketoMetadata
The connector metadata specific to Marketo.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#pardot ⇒ Types::PardotMetadata
The connector metadata specific to Salesforce Pardot.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#redshift ⇒ Types::RedshiftMetadata
The connector metadata specific to Amazon Redshift.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#s3 ⇒ Types::S3Metadata
The connector metadata specific to Amazon S3.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#salesforce ⇒ Types::SalesforceMetadata
The connector metadata specific to Salesforce.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#sapo_data ⇒ Types::SAPODataMetadata
The connector metadata specific to SAPOData.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#service_now ⇒ Types::ServiceNowMetadata
The connector metadata specific to ServiceNow.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#singular ⇒ Types::SingularMetadata
The connector metadata specific to Singular.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#slack ⇒ Types::SlackMetadata
The connector metadata specific to Slack.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#snowflake ⇒ Types::SnowflakeMetadata
The connector metadata specific to Snowflake.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#trendmicro ⇒ Types::TrendmicroMetadata
The connector metadata specific to Trend Micro.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#upsolver ⇒ Types::UpsolverMetadata
The connector metadata specific to Upsolver.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#veeva ⇒ Types::VeevaMetadata
The connector metadata specific to Veeva.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |
#zendesk ⇒ Types::ZendeskMetadata
The connector metadata specific to Zendesk.
719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 |
# File 'lib/aws-sdk-appflow/types.rb', line 719 class ConnectorMetadata < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :infor_nexus, :marketo, :redshift, :s3, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :event_bridge, :upsolver, :customer_profiles, :honeycode, :sapo_data, :pardot) SENSITIVE = [] include Aws::Structure end |