aws-cdk-lib.aws_customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty

interface ZendeskSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnIntegration.ZendeskSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnIntegration_ZendeskSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty
Pythonaws_cdk.aws_customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty
TypeScript aws-cdk-lib » 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 { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const zendeskSourcePropertiesProperty: customerprofiles.CfnIntegration.ZendeskSourcePropertiesProperty = {
  object: 'object',
};

Properties

NameTypeDescription
objectstringThe object specified in the Zendesk flow source.

object

Type: string

The object specified in the Zendesk flow source.