Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_associate_lambda_function: This API is in preview release for Amazon Connect and is subject to change

Description

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.

Usage

connect_associate_lambda_function(InstanceId, FunctionArn)

Value

An empty list.

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance.

FunctionArn

[required] The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.

Request syntax

svc$associate_lambda_function(
  InstanceId = "string",
  FunctionArn = "string"
)