aws-cdk-lib.aws_appflow.CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty

interface DynatraceConnectorProfileCredentialsProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnConnectorProfile_DynatraceConnectorProfileCredentialsProperty
Javasoftware.amazon.awscdk.services.appflow.CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
Pythonaws_cdk.aws_appflow.CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty
TypeScript aws-cdk-lib » aws_appflow » CfnConnectorProfile » DynatraceConnectorProfileCredentialsProperty

The connector-specific profile credentials required by Dynatrace.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const dynatraceConnectorProfileCredentialsProperty: appflow.CfnConnectorProfile.DynatraceConnectorProfileCredentialsProperty = {
  apiToken: 'apiToken',
};

Properties

NameTypeDescription
apiTokenstringThe API tokens used by Dynatrace API to authenticate various API calls.

apiToken

Type: string

The API tokens used by Dynatrace API to authenticate various API calls.