Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DatadogConnectorProfileCredentials = DatadogConnectorProfileCredentials' {
- apiKey :: Text
- applicationKey :: Text
- newDatadogConnectorProfileCredentials :: Text -> Text -> DatadogConnectorProfileCredentials
- datadogConnectorProfileCredentials_apiKey :: Lens' DatadogConnectorProfileCredentials Text
- datadogConnectorProfileCredentials_applicationKey :: Lens' DatadogConnectorProfileCredentials Text
Documentation
data DatadogConnectorProfileCredentials Source #
The connector-specific credentials required by Datadog.
See: newDatadogConnectorProfileCredentials
smart constructor.
DatadogConnectorProfileCredentials' | |
|
Instances
newDatadogConnectorProfileCredentials Source #
Create a value of DatadogConnectorProfileCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:apiKey:DatadogConnectorProfileCredentials'
, datadogConnectorProfileCredentials_apiKey
- A unique alphanumeric identifier used to authenticate a user, developer,
or calling program to your API.
$sel:applicationKey:DatadogConnectorProfileCredentials'
, datadogConnectorProfileCredentials_applicationKey
- 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.
datadogConnectorProfileCredentials_apiKey :: Lens' DatadogConnectorProfileCredentials Text Source #
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
datadogConnectorProfileCredentials_applicationKey :: Lens' DatadogConnectorProfileCredentials Text Source #
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.