Class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty
The connector-specific profile credentials required by Dynatrace.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty : CfnConnectorProfilePropsMixin.IDynatraceConnectorProfileCredentialsProperty
Syntax (vb)
Public Class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty Implements CfnConnectorProfilePropsMixin.IDynatraceConnectorProfileCredentialsProperty
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.Mixins.Preview.AWS.AppFlow.Mixins;
var dynatraceConnectorProfileCredentialsProperty = new DynatraceConnectorProfileCredentialsProperty {
ApiToken = "apiToken"
};
Synopsis
Constructors
| DynatraceConnectorProfileCredentialsProperty() | The connector-specific profile credentials required by Dynatrace. |
Properties
| ApiToken | The API tokens used by Dynatrace API to authenticate various API calls. |
Constructors
DynatraceConnectorProfileCredentialsProperty()
The connector-specific profile credentials required by Dynatrace.
public DynatraceConnectorProfileCredentialsProperty()
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.Mixins.Preview.AWS.AppFlow.Mixins;
var dynatraceConnectorProfileCredentialsProperty = new DynatraceConnectorProfileCredentialsProperty {
ApiToken = "apiToken"
};
Properties
ApiToken
The API tokens used by Dynatrace API to authenticate various API calls.
public string? ApiToken { get; set; }