Interface CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty.Jsii$Proxy
Enclosing class:
CfnIntegrationPropsMixin

@Stability(Stable) public static interface CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.mixins.preview.services.customerprofiles.mixins.*;
 ZendeskSourcePropertiesProperty zendeskSourcePropertiesProperty = ZendeskSourcePropertiesProperty.builder()
         .object("object")
         .build();
 

See Also: