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 AWS 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