Method: Aws::Appflow::Types::ConnectorProfileCredentials#datadog

Defined in:
lib/aws-sdk-appflow/types.rb

#datadogTypes::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