This API is in preview release for Amazon Connect and is subject to change.
Allows the specified Amazon Connect instance to access the specified Lambda function.
connect_associate_lambda_function(InstanceId, FunctionArn)
An empty list.
[required] The identifier of the Amazon Connect instance.
[required] The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.
svc$associate_lambda_function(
InstanceId = "string",
FunctionArn = "string"
)