Interface CfnFlow.IDataTransferApiProperty
The API of the connector application that Amazon AppFlow uses to transfer your data.
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataTransferApiProperty
Syntax (vb)
Public Interface IDataTransferApiProperty
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 dataTransferApiProperty = new DataTransferApiProperty {
Name = "name",
Type = "type"
};
Synopsis
Properties
Name | The name of the connector application API. |
Type | You can specify one of the following types:. |
Properties
Name
The name of the connector application API.
string Name { get; }
Property Value
System.String
Remarks
Type
You can specify one of the following types:.
string Type { get; }
Property Value
System.String