desiredState

@JvmName(name = "mfelrckcwghiqglx")
suspend fun desiredState(value: Output<String>)
@JvmName(name = "ldscoknrgxrpgkhq")
suspend fun desiredState(value: String?)

Parameters

value

Desired state of the Stream. Set this field to 'RUNNING' to start the stream, 'NOT_STARTED' to create the stream without starting and 'PAUSED' to pause the stream from a 'RUNNING' state. Possible values: NOT_STARTED, RUNNING, PAUSED. Default: NOT_STARTED