OrchestrationExecutor

The structure of the executor invoking the actions in custom orchestration.

Inheritors

Types

Link copied to clipboard
data class Lambda(val value: String) : OrchestrationExecutor

The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this OrchestrationExecutor as a Lambda and retrieves its kotlin.String value. Throws an exception if the OrchestrationExecutor is not a Lambda.

Link copied to clipboard

Casts this OrchestrationExecutor as a Lambda and retrieves its kotlin.String value. Returns null if the OrchestrationExecutor is not a Lambda.