interface DynatraceConnectorProfilePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppFlow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfilePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappflow#CfnConnectorProfilePropsMixin_DynatraceConnectorProfilePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfilePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfilePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appflow » CfnConnectorProfilePropsMixin » 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 { aws_appflow as appflow } from '@aws-cdk/cfn-property-mixins';
const dynatraceConnectorProfilePropertiesProperty: appflow.CfnConnectorProfilePropsMixin.DynatraceConnectorProfilePropertiesProperty = {
instanceUrl: 'instanceUrl',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string | The location of the Dynatrace resource. |
instanceUrl?
Type:
string
(optional)
The location of the Dynatrace resource.

.NET
Go
Java
Python
TypeScript