interface DynatraceConnectorProfileCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_DynatraceConnectorProfileCredentialsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfileCredentialsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » 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 { aws_appflow as appflow } from '@aws-cdk/cfn-property-mixins';
const dynatraceConnectorProfileCredentialsProperty: appflow.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