libZSservicesZSamazonka-appflowZSamazonka-appflow
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Description

 
Synopsis

Documentation

data DatadogConnectorProfileCredentials Source #

The connector-specific credentials required by Datadog.

See: newDatadogConnectorProfileCredentials smart constructor.

Constructors

DatadogConnectorProfileCredentials' 

Fields

  • apiKey :: Text

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

  • applicationKey :: Text

    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.

Instances

Instances details
Eq DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Read DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Show DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Generic DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Associated Types

type Rep DatadogConnectorProfileCredentials :: Type -> Type #

NFData DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

Hashable DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

ToJSON DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

type Rep DatadogConnectorProfileCredentials Source # 
Instance details

Defined in Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials

type Rep DatadogConnectorProfileCredentials = D1 ('MetaData "DatadogConnectorProfileCredentials" "Amazonka.AppFlow.Types.DatadogConnectorProfileCredentials" "libZSservicesZSamazonka-appflowZSamazonka-appflow" 'False) (C1 ('MetaCons "DatadogConnectorProfileCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "apiKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.