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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Note:

When making an API call, you may pass ConnectorProfileProperties data as a hash:

{
  amplitude: {
  },
  datadog: {
    instance_url: "InstanceUrl", # required
  },
  dynatrace: {
    instance_url: "InstanceUrl", # required
  },
  google_analytics: {
  },
  honeycode: {
  },
  infor_nexus: {
    instance_url: "InstanceUrl", # required
  },
  marketo: {
    instance_url: "InstanceUrl", # required
  },
  redshift: {
    database_url: "DatabaseUrl", # required
    bucket_name: "BucketName", # required
    bucket_prefix: "BucketPrefix",
    role_arn: "RoleArn", # required
  },
  salesforce: {
    instance_url: "InstanceUrl",
    is_sandbox_environment: false,
  },
  service_now: {
    instance_url: "InstanceUrl", # required
  },
  singular: {
  },
  slack: {
    instance_url: "InstanceUrl", # required
  },
  snowflake: {
    warehouse: "Warehouse", # required
    stage: "Stage", # required
    bucket_name: "BucketName", # required
    bucket_prefix: "BucketPrefix",
    private_link_service_name: "PrivateLinkServiceName",
    account_name: "AccountName",
    region: "Region",
  },
  trendmicro: {
  },
  veeva: {
    instance_url: "InstanceUrl", # required
  },
  zendesk: {
    instance_url: "InstanceUrl", # required
  },
}

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.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#datadogTypes::DatadogConnectorProfileProperties

The connector-specific properties required by Datadog.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#dynatraceTypes::DynatraceConnectorProfileProperties

The connector-specific properties required by Dynatrace.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#google_analyticsTypes::GoogleAnalyticsConnectorProfileProperties

The connector-specific properties required Google Analytics.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#honeycodeTypes::HoneycodeConnectorProfileProperties

The connector-specific properties required by Amazon Honeycode.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#infor_nexusTypes::InforNexusConnectorProfileProperties

The connector-specific properties required by Infor Nexus.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#marketoTypes::MarketoConnectorProfileProperties

The connector-specific properties required by Marketo.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#redshiftTypes::RedshiftConnectorProfileProperties

The connector-specific properties required by Amazon Redshift.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#salesforceTypes::SalesforceConnectorProfileProperties

The connector-specific properties required by Salesforce.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#service_nowTypes::ServiceNowConnectorProfileProperties

The connector-specific properties required by serviceNow.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#singularTypes::SingularConnectorProfileProperties

The connector-specific properties required by Singular.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#slackTypes::SlackConnectorProfileProperties

The connector-specific properties required by Slack.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#snowflakeTypes::SnowflakeConnectorProfileProperties

The connector-specific properties required by Snowflake.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#trendmicroTypes::TrendmicroConnectorProfileProperties

The connector-specific properties required by Trend Micro.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#veevaTypes::VeevaConnectorProfileProperties

The connector-specific properties required by Veeva.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end

#zendeskTypes::ZendeskConnectorProfileProperties

The connector-specific properties required by Zendesk.



1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
# File 'lib/aws-sdk-appflow/types.rb', line 1051

class ConnectorProfileProperties < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :honeycode,
  :infor_nexus,
  :marketo,
  :redshift,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :snowflake,
  :trendmicro,
  :veeva,
  :zendesk)
  SENSITIVE = []
  include Aws::Structure
end