aws-cdk-lib.aws_appflow.CfnFlow.ZendeskSourcePropertiesProperty

interface ZendeskSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.ZendeskSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_ZendeskSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.ZendeskSourcePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.ZendeskSourcePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » 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_appflow as appflow } from 'aws-cdk-lib';
const zendeskSourcePropertiesProperty: appflow.CfnFlow.ZendeskSourcePropertiesProperty = {
  object: 'object',
};

Properties

NameTypeDescription
objectstringThe object specified in the Zendesk flow source.

object

Type: string

The object specified in the Zendesk flow source.