interface ZendeskSourcePropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CustomerProfiles.Mixins.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscustomerprofiles/mixins#CfnIntegrationPropsMixin_ZendeskSourcePropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
Python | aws_cdk.mixins_preview.aws_customerprofiles.mixins.CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_customerprofiles » mixins » 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 { mixins as customerprofiles_mixins } from '@aws-cdk/mixins-preview/aws-customerprofiles';
const zendeskSourcePropertiesProperty: customerprofiles_mixins.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