notifyStrategy

@JvmName(name = "tlvsejakxetpkrdg")
suspend fun notifyStrategy(value: Output<String>)
@JvmName(name = "dplkaylbymixedej")
suspend fun notifyStrategy(value: String?)

Parameters

value

The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. The Valid values: EXPONENTIAL_DECAY_RETRY and BACKOFF_RETRY. Default value to BACKOFF_RETRY .