interface ZendeskSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnIntegrationPropsMixin_ZendeskSourcePropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnIntegrationPropsMixin » 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/cfn-property-mixins';
const zendeskSourcePropertiesProperty: customerprofiles.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty = {
object: 'object',
};
Properties
| Name | Type | Description |
|---|---|---|
| object? | string | The object specified in the Zendesk flow source. |
object?
Type:
string
(optional)
The object specified in the Zendesk flow source.

.NET
Go
Java
Python
TypeScript