Class CfnFlow.SingularSourcePropertiesProperty
The properties that are applied when Singular is being used as a source.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SingularSourcePropertiesProperty : Object, CfnFlow.ISingularSourcePropertiesProperty
Syntax (vb)
Public Class SingularSourcePropertiesProperty
Inherits Object
Implements CfnFlow.ISingularSourcePropertiesProperty
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.AWS.AppFlow;
var singularSourcePropertiesProperty = new SingularSourcePropertiesProperty {
Object = "object"
};
Synopsis
Constructors
Singular |
Properties
Object | The object specified in the Singular flow source. |
Constructors
SingularSourcePropertiesProperty()
public SingularSourcePropertiesProperty()
Properties
Object
The object specified in the Singular flow source.
public string Object { get; set; }
Property Value
System.