Class CfnFlow.SingularSourcePropertiesProperty
The properties that are applied when Singular is being used as a source.
Implements
Inherited Members
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
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
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; }