Show / Hide Table of Contents

Class CfnFlow.SingularSourcePropertiesProperty

The properties that are applied when Singular is being used as a source.

Inheritance
object
CfnFlow.SingularSourcePropertiesProperty
Implements
CfnFlow.ISingularSourcePropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlow.SingularSourcePropertiesProperty : CfnFlow.ISingularSourcePropertiesProperty
Syntax (vb)
Public Class CfnFlow.SingularSourcePropertiesProperty Implements CfnFlow.ISingularSourcePropertiesProperty
Remarks

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

             var singularSourcePropertiesProperty = new SingularSourcePropertiesProperty {
                 Object = "object"
             };

Synopsis

Constructors

SingularSourcePropertiesProperty()

The properties that are applied when Singular is being used as a source.

Properties

Object

The object specified in the Singular flow source.

Constructors

SingularSourcePropertiesProperty()

The properties that are applied when Singular is being used as a source.

public SingularSourcePropertiesProperty()
Remarks

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

             var singularSourcePropertiesProperty = new SingularSourcePropertiesProperty {
                 Object = "object"
             };

Properties

Object

The object specified in the Singular flow source.

public string Object { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularsourceproperties.html#cfn-appflow-flow-singularsourceproperties-object

Implements

CfnFlow.ISingularSourcePropertiesProperty
Back to top Generated by DocFX