Show / Hide Table of Contents

Class CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty

The connector-specific profile credentials required by Dynatrace.

Inheritance
object
CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty
Implements
CfnConnectorProfilePropsMixin.IDynatraceConnectorProfileCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofilecredentials.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-dynatraceconnectorprofilecredentials.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.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; }
Property Value

string

Remarks

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

Implements

CfnConnectorProfilePropsMixin.IDynatraceConnectorProfileCredentialsProperty
Back to top Generated by DocFX