class Aws::Connect::Types::AssociateLambdaFunctionRequest

@note When making an API call, you may pass AssociateLambdaFunctionRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      function_arn: "FunctionArn", # required
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] function_arn

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

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateLambdaFunctionRequest AWS API Documentation

Constants

SENSITIVE