Show / Hide Table of Contents

Class CfnFlowPropsMixin.ZendeskSourcePropertiesProperty

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

Inheritance
object
CfnFlowPropsMixin.ZendeskSourcePropertiesProperty
Implements
CfnFlowPropsMixin.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.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFlowPropsMixin.ZendeskSourcePropertiesProperty : CfnFlowPropsMixin.IZendeskSourcePropertiesProperty
Syntax (vb)
Public Class CfnFlowPropsMixin.ZendeskSourcePropertiesProperty Implements CfnFlowPropsMixin.IZendeskSourcePropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-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.AppFlow;

             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-appflow-flow-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.AppFlow;

             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-appflow-flow-zendesksourceproperties.html#cfn-appflow-flow-zendesksourceproperties-object

Implements

CfnFlowPropsMixin.IZendeskSourcePropertiesProperty
Back to top Generated by DocFX