Method: Aws::Appflow::Types::ConnectorOperator#datadog

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

#datadogString

The operation to be performed on the provided Datadog source fields.

Returns:

  • (String)


851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
# File 'lib/aws-sdk-appflow/types.rb', line 851

class ConnectorOperator < Struct.new(
  :amplitude,
  :datadog,
  :dynatrace,
  :google_analytics,
  :infor_nexus,
  :marketo,
  :s3,
  :salesforce,
  :service_now,
  :singular,
  :slack,
  :trendmicro,
  :veeva,
  :zendesk,
  :sapo_data,
  :custom_connector,
  :pardot)
  SENSITIVE = []
  include Aws::Structure
end