interface DynatraceConnectorProfileCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppFlow.Mixins.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappflow/mixins#CfnConnectorProfilePropsMixin_DynatraceConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.mixins.preview.services.appflow.mixins.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
Python | aws_cdk.mixins_preview.aws_appflow.mixins.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appflow » mixins » CfnConnectorProfilePropsMixin » 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 { mixins as appflow_mixins } from '@aws-cdk/mixins-preview/aws-appflow';
const dynatraceConnectorProfileCredentialsProperty: appflow_mixins.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty = {
apiToken: 'apiToken',
};
Properties
| Name | Type | Description |
|---|---|---|
| api | string | The API tokens used by Dynatrace API to authenticate various API calls. |
apiToken?
Type:
string
(optional)
The API tokens used by Dynatrace API to authenticate various API calls.

.NET
Go
Java
Python
TypeScript