Class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
The connector-specific credentials required by Datadog.
Inheritance
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DatadogConnectorProfileCredentialsProperty : Object, CfnConnectorProfile.IDatadogConnectorProfileCredentialsProperty
Syntax (vb)
Public Class DatadogConnectorProfileCredentialsProperty
Inherits Object
Implements CfnConnectorProfile.IDatadogConnectorProfileCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var datadogConnectorProfileCredentialsProperty = new DatadogConnectorProfileCredentialsProperty {
ApiKey = "apiKey",
ApplicationKey = "applicationKey"
};
Synopsis
Constructors
Datadog |
Properties
Api |
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. |
Application |
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. |
Constructors
DatadogConnectorProfileCredentialsProperty()
public DatadogConnectorProfileCredentialsProperty()
Properties
ApiKey
A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
public string ApiKey { get; set; }
Property Value
System.
Remarks
ApplicationKey
Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API.
public string ApplicationKey { get; set; }
Property Value
System.
Remarks
Application keys are associated with the user account that created them. The application key is used to log all requests made to the API.