You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::DatadogConnectorProfileCredentials

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DatadogConnectorProfileCredentials as input to an Aws::Client method, you can use a vanilla Hash:

{
  api_key: "ApiKey", # required
  application_key: "ApplicationKey", # required
}

The connector-specific credentials required by Datadog.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

Returns:

  • (String)

    A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

#application_keyString

Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.

Returns:

  • (String)

    Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.