duration

@JvmName(name = "jpvmxppiemsltabp")
suspend fun duration(value: Output<String>)
@JvmName(name = "enmjorfdcktfprnu")
suspend fun duration(value: String)

Parameters

value

Specifies duration of the window in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Restrictions for duration based on the recurrence type to allow some time for backup to happen:

  • single_occurrence_date: no restriction

  • daily window: duration < 24 hours

  • weekly window:

  • days of week includes all seven days of a week: duration < 24 hours

  • all other weekly window: duration < 168 hours (i.e., 24 * 7 hours)