Scheduled Audit Args
data class ScheduledAuditArgs(val dayOfMonth: Output<String>? = null, val dayOfWeek: Output<ScheduledAuditDayOfWeek>? = null, val frequency: Output<ScheduledAuditFrequency>? = null, val scheduledAuditName: Output<String>? = null, val tags: Output<List<ScheduledAuditTagArgs>>? = null, val targetCheckNames: Output<List<String>>? = null) : ConvertibleToJava<ScheduledAuditArgs>
Scheduled audits can be used to specify the checks you want to perform during an audit and how often the audit should be run.
Constructors
Link copied to clipboard
fun ScheduledAuditArgs(dayOfMonth: Output<String>? = null, dayOfWeek: Output<ScheduledAuditDayOfWeek>? = null, frequency: Output<ScheduledAuditFrequency>? = null, scheduledAuditName: Output<String>? = null, tags: Output<List<ScheduledAuditTagArgs>>? = null, targetCheckNames: Output<List<String>>? = null)