interface ZendeskSourcePropertiesProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnIntegration.ZendeskSourcePropertiesProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty |
Python | aws_cdk.aws_customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty |
TypeScript | @aws-cdk/aws-customerprofiles » CfnIntegration » ZendeskSourcePropertiesProperty |
The properties that are applied when using Zendesk as a flow source.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as customerprofiles from '@aws-cdk/aws-customerprofiles';
const zendeskSourcePropertiesProperty: customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty = {
object: 'object',
};
Properties
Name | Type | Description |
---|---|---|
object | string | The object specified in the Zendesk flow source. |
object
Type:
string
The object specified in the Zendesk flow source.