active

@JvmName(name = "rsyrnmwqwpaogmoo")
suspend fun active(value: Output<NodeConfigSourceArgs>)
@JvmName(name = "rhexasbthoopwwgr")
suspend fun active(value: NodeConfigSourceArgs?)

Parameters

value

Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.


@JvmName(name = "mvdkreumqvcndovu")
suspend fun active(argument: suspend NodeConfigSourceArgsBuilder.() -> Unit)

Parameters

argument

Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error.