Class: Aws::Appflow::Types::ConnectorMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ConnectorMetadata
- Defined in:
- gems/aws-sdk-appflow/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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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.
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 652 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 |