repeatDays

@JvmName(name = "xqgcvewcwbldgwtl")
suspend fun repeatDays(value: Output<List<Int>>)
@JvmName(name = "gicqsreggfcegqrc")
suspend fun repeatDays(value: List<Int>?)

Parameters

value

The days of a week or of a month on which the access control policy takes effect. Valid values:

  • If repeat_type is set to Weekly. Valid values: 0 to 6.

  • If repeat_type is set to Monthly. Valid values: 1 to 31.

NOTE: If repeat_type is set to Weekly, or Monthly, repeat_days must be set.


@JvmName(name = "mqpnjoilpajwybla")
suspend fun repeatDays(vararg values: Output<Int>)


@JvmName(name = "voipoammfpxqdmak")
suspend fun repeatDays(values: List<Output<Int>>)
@JvmName(name = "pnwjuwnfeclktmmc")
suspend fun repeatDays(vararg values: Int)

Parameters

values

The days of a week or of a month on which the access control policy takes effect. Valid values:

  • If repeat_type is set to Weekly. Valid values: 0 to 6.

  • If repeat_type is set to Monthly. Valid values: 1 to 31.

NOTE: If repeat_type is set to Weekly, or Monthly, repeat_days must be set.