AgentOrchestrationExecutorArgs

data class AgentOrchestrationExecutorArgs(val lambda: Output<String>) : ConvertibleToJava<AgentOrchestrationExecutorArgs>

Types of executors for custom orchestration strategy

Constructors

Link copied to clipboard
constructor(lambda: Output<String>)

Properties

Link copied to clipboard
val lambda: Output<String>

ARN of a Lambda.

Functions

Link copied to clipboard
open override fun toJava(): AgentOrchestrationExecutorArgs