Show / Hide Table of Contents

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 CfnFlow.IDataTransferApiProperty
Syntax (vb)
Public Interface CfnFlow.IDataTransferApiProperty
Remarks

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

string

Remarks

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

Type

You can specify one of the following types:.

string Type { get; }
Property Value

string

Remarks

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

    Back to top Generated by DocFX