SchedulerState

sealed class SchedulerState

State of Goal Schedule. Mirrors EventBridge Scheduler State

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Schedule is disabled and will not trigger goal evaluations

Link copied to clipboard

Schedule is enabled and will trigger goal evaluations

Link copied to clipboard
data class SdkUnknown(val value: String) : SchedulerState

Properties

Link copied to clipboard
abstract val value: String