repeatDays

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

Parameters

value

Collection of recurring dates for the policy validity period of the access control policy.

  • When RepeatType is 'Permanent', 'None', 'Daily', RepeatDays is an empty collection. For example:[]

  • When RepeatType is Weekly, RepeatDays cannot be empty. For example:"0", "6". When the RepeatType is set to Weekly, RepeatDays cannot be repeated.

  • RepeatDays cannot be empty when RepeatType is 'Monthly. For example:1, 31. When RepeatType is set to Monthly, RepeatDays cannot be repeated.


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


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

Parameters

values

Collection of recurring dates for the policy validity period of the access control policy.

  • When RepeatType is 'Permanent', 'None', 'Daily', RepeatDays is an empty collection. For example:[]

  • When RepeatType is Weekly, RepeatDays cannot be empty. For example:"0", "6". When the RepeatType is set to Weekly, RepeatDays cannot be repeated.

  • RepeatDays cannot be empty when RepeatType is 'Monthly. For example:1, 31. When RepeatType is set to Monthly, RepeatDays cannot be repeated.