Show / Hide Table of Contents

Interface CfnFlowPropsMixin.ICustomConnectorSourcePropertiesProperty

The properties that are applied when the custom connector is being used as a source.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppFlow
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFlowPropsMixin.ICustomConnectorSourcePropertiesProperty
Syntax (vb)
Public Interface CfnFlowPropsMixin.ICustomConnectorSourcePropertiesProperty
Remarks

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

             var customConnectorSourcePropertiesProperty = new CustomConnectorSourcePropertiesProperty {
                 CustomProperties = new Dictionary<string, string> {
                     { "customPropertiesKey", "customProperties" }
                 },
                 DataTransferApi = new DataTransferApiProperty {
                     Name = "name",
                     Type = "type"
                 },
                 EntityName = "entityName"
             };

Synopsis

Properties

CustomProperties

Custom properties that are required to use the custom connector as a source.

DataTransferApi

The API of the connector application that Amazon AppFlow uses to transfer your data.

EntityName

The entity specified in the custom connector as a source in the flow.

Properties

CustomProperties

Custom properties that are required to use the custom connector as a source.

object? CustomProperties { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or Dictionary<string, string>

DataTransferApi

The API of the connector application that Amazon AppFlow uses to transfer your data.

object? DataTransferApi { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnFlowPropsMixin.IDataTransferApiProperty

EntityName

The entity specified in the custom connector as a source in the flow.

string? EntityName { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX