Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appflow-connector.json
Parent schema serverless-framework-configuration
Type: object

Resource schema for AWS::AppFlow::Connector. Source:- https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html

Properties

ConnectorProvisioningType string | Aws_CF_FunctionString required

The provisioning type of the connector. Currently the only supported value is LAMBDA.

ConnectorProvisioningConfig object required

Contains information about the configuration of the connector being registered.

1 nested properties
Lambda object

Contains information about the configuration of the lambda which is being registered as the connector.

1 nested properties
LambdaArn string | Aws_CF_FunctionString required

Lambda ARN of the connector being registered.

ConnectorLabel string | Aws_CF_FunctionString

The name of the connector. The name is unique for each ConnectorRegistration in your AWS account.

Description string | Aws_CF_FunctionString

A description about the connector that's being registered.

Definitions

ConnectorProvisioningConfig object

Contains information about the configuration of the connector being registered.

Lambda object

Contains information about the configuration of the lambda which is being registered as the connector.

1 nested properties
LambdaArn string | Aws_CF_FunctionString required

Lambda ARN of the connector being registered.

LambdaConnectorProvisioningConfig object

Contains information about the configuration of the lambda which is being registered as the connector.

LambdaArn string | Aws_CF_FunctionString required

Lambda ARN of the connector being registered.