repeatDays

val repeatDays: Output<List<Int>>?

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.