notifyStrategy

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

Parameters

value

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

  • BACKOFF_RETRY: retries with a fixed backoff interval.

  • EXPONENTIAL_DECAY_RETRY: retries with exponential backoff.