AWS::AppFlow::Connector LambdaConnectorProvisioningConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppFlow::Connector LambdaConnectorProvisioningConfig

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LambdaArn" : String }

YAML

LambdaArn: String

Properties

LambdaArn

Lambda ARN of the connector being registered.

Required: Yes

Type: String

Pattern: arn:*:.*:.*:[0-9]+:.*

Maximum: 512

Update requires: No interruption