interface DynatraceConnectorProfilePropertiesProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty | 
  Java | software.amazon.awscdk.services.appflow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty | 
  Python | aws_cdk.aws_appflow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty | 
  TypeScript  | @aws-cdk/aws-appflow » CfnConnectorProfile » DynatraceConnectorProfilePropertiesProperty | 
The connector-specific profile properties required by Dynatrace.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as appflow from '@aws-cdk/aws-appflow';
const dynatraceConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty = {
  instanceUrl: 'instanceUrl',
};
Properties
| Name | Type | Description | 
|---|---|---|
| instance | string | The location of the Dynatrace resource. | 
instanceUrl
Type:
string
The location of the Dynatrace resource.

 .NET
 Java
 Python
 TypeScript