interface DynatraceConnectorProfilePropertiesProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty |
![]() | software.amazon.awscdk.services.appflow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty |
![]() | aws_cdk.aws_appflow.CfnConnectorProfile.DynatraceConnectorProfilePropertiesProperty |
![]() | @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.