class Aws::Appflow::Types::DatadogConnectorProfileCredentials

The connector-specific credentials required by Datadog.

@note When making an API call, you may pass DatadogConnectorProfileCredentials

data as a hash:

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

@!attribute [rw] api_key

A unique alphanumeric identifier used to authenticate a user,
developer, or calling program to your API.
@return [String]

@!attribute [rw] application_key

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DatadogConnectorProfileCredentials AWS API Documentation

Constants

SENSITIVE