Show / Hide Table of Contents

Class CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty

The properties that are applied when using Zendesk as a flow source.

Inheritance
object
CfnIntegrationPropsMixin.ZendeskSourcePropertiesProperty
Implements
CfnIntegrationPropsMixin.IZendeskSourcePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-zendesksourceproperties.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-zendesksourceproperties.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-zendesksourceproperties.html#cfn-customerprofiles-integration-zendesksourceproperties-object

Implements

CfnIntegrationPropsMixin.IZendeskSourcePropertiesProperty
Back to top Generated by DocFX