Class CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty
The properties that are applied when using Zendesk as a flow source.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty : CfnIntegrationPropsMixin.IZendeskSourcePropertiesProperty
Syntax (vb)
Public Class CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty Implements CfnIntegrationPropsMixin.IZendeskSourcePropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles;
var zendeskSourcePropertiesProperty = new ZendeskSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
| ZendeskSourcePropertiesProperty() | The properties that are applied when using Zendesk as a flow source. |
Properties
| Object | The object specified in the Zendesk flow source. |
Constructors
ZendeskSourcePropertiesProperty()
The properties that are applied when using Zendesk as a flow source.
public ZendeskSourcePropertiesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles;
var zendeskSourcePropertiesProperty = new ZendeskSourcePropertiesProperty {
Object = "object"
};
Properties
Object
The object specified in the Zendesk flow source.
public string? Object { get; set; }