Class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
The connector-specific credentials required by Datadog.
Inherited Members
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty : CfnConnectorProfile.IDatadogConnectorProfileCredentialsProperty
Syntax (vb)
Public Class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty 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
DatadogConnectorProfileCredentialsProperty() | The connector-specific credentials required by Datadog. |
Properties
ApiKey | A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API. |
ApplicationKey | Application keys, in conjunction with your API key, give you full access to Datadog’s programmatic API. |
Constructors
DatadogConnectorProfileCredentialsProperty()
The connector-specific credentials required by Datadog.
public DatadogConnectorProfileCredentialsProperty()
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"
};
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
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
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.