Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateLambdaFunctionRequest

import type { AssociateLambdaFunctionRequest } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface AssociateLambdaFunctionRequest {
FunctionArn: string;
InstanceId: string;
}

§Properties

§
FunctionArn: string
[src]

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

§
InstanceId: string
[src]

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.