Class: Aws::Appflow::Types::DatadogConnectorProfileProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DatadogConnectorProfileProperties
- Defined in:
- gems/aws-sdk-appflow/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_url ⇒ String
The location of the Datadog resource.
Instance Attribute Details
#instance_url ⇒ String
The location of the Datadog resource.
2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2625 class DatadogConnectorProfileProperties < Struct.new( :instance_url) SENSITIVE = [] include Aws::Structure end |