strategy

@JvmName(name = "brnyjrokphlpwpch")
suspend fun strategy(value: Output<String>)
@JvmName(name = "pubnemnxgvyeobsp")
suspend fun strategy(value: String)

Parameters

value

Strategy is the strategy that coordinated leader election will use for picking the leader. If multiple candidates for the same Lease return different strategies, the strategy provided by the candidate with the latest BinaryVersion will be used. If there is still conflict, this is a user error and coordinated leader election will not operate the Lease until resolved.