Class: Aws::Appflow::Types::DatadogConnectorProfileProperties

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 DatadogConnectorProfileProperties data as a hash:

{
  instance_url: "InstanceUrl", # required
}

The connector-specific profile properties required by Datadog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_urlString

The location of the Datadog resource.

Returns:

  • (String)


1645
1646
1647
1648
1649
# File 'lib/aws-sdk-appflow/types.rb', line 1645

class DatadogConnectorProfileProperties < Struct.new(
  :instance_url)
  SENSITIVE = []
  include Aws::Structure
end