ActionGroupExecutor

sealed class ActionGroupExecutor

Type of Executors for an Action Group

Inheritors

Types

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

ARN of a Lambda.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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