interface ZendeskConnectorProfilePropertiesProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.AppFlow.CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty | 
|  Java | software.amazon.awscdk.services.appflow.CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty | 
|  Python | aws_cdk.aws_appflow.CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty | 
|  TypeScript | @aws-cdk/aws-appflow»CfnConnectorProfile»ZendeskConnectorProfilePropertiesProperty | 
The connector-specific profile properties required when using Zendesk.
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 zendeskConnectorProfilePropertiesProperty: appflow.CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty = {
  instanceUrl: 'instanceUrl',
};
Properties
| Name | Type | Description | 
|---|---|---|
| instance | string | The location of the Zendesk resource. | 
instanceUrl
Type:
string
The location of the Zendesk resource.
