aws-cdk-lib.aws_appflow.CfnFlow.CustomConnectorSourcePropertiesProperty

interface CustomConnectorSourcePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.AppFlow.CfnFlow.CustomConnectorSourcePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappflow#CfnFlow_CustomConnectorSourcePropertiesProperty
Javasoftware.amazon.awscdk.services.appflow.CfnFlow.CustomConnectorSourcePropertiesProperty
Pythonaws_cdk.aws_appflow.CfnFlow.CustomConnectorSourcePropertiesProperty
TypeScript aws-cdk-lib » aws_appflow » CfnFlow » CustomConnectorSourcePropertiesProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appflow as appflow } from 'aws-cdk-lib';
const customConnectorSourcePropertiesProperty: appflow.CfnFlow.CustomConnectorSourcePropertiesProperty = {
  entityName: 'entityName',

  // the properties below are optional
  customProperties: {
    customPropertiesKey: 'customProperties',
  },
};

Properties

NameTypeDescription
entityNamestringThe entity specified in the custom connector as a source in the flow.
customProperties?IResolvable | { [string]: string }Custom properties that are required to use the custom connector as a source.

entityName

Type: string

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


customProperties?

Type: IResolvable | { [string]: string } (optional)

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