Show / Hide Table of Contents

Class CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty

The connector-specific credentials required by Datadog.

Inheritance
object
CfnConnectorProfile.DatadogConnectorProfileCredentialsProperty
Implements
CfnConnectorProfile.IDatadogConnectorProfileCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html#cfn-appflow-connectorprofile-datadogconnectorprofilecredentials-apikey

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-datadogconnectorprofilecredentials.html#cfn-appflow-connectorprofile-datadogconnectorprofilecredentials-applicationkey

Implements

CfnConnectorProfile.IDatadogConnectorProfileCredentialsProperty
Back to top Generated by DocFX