GetScheduledAuditResult

data class GetScheduledAuditResult(val dayOfMonth: String? = null, val dayOfWeek: ScheduledAuditDayOfWeek? = null, val frequency: ScheduledAuditFrequency? = null, val scheduledAuditArn: String? = null, val tags: List<Tag>? = null, val targetCheckNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(dayOfMonth: String? = null, dayOfWeek: ScheduledAuditDayOfWeek? = null, frequency: ScheduledAuditFrequency? = null, scheduledAuditArn: String? = null, tags: List<Tag>? = null, targetCheckNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfMonth: String? = null

The day of the month on which the scheduled audit takes place. Can be 1 through 31 or LAST. This field is required if the frequency parameter is set to MONTHLY.

Link copied to clipboard

The day of the week on which the scheduled audit takes place. Can be one of SUN, MON, TUE,WED, THU, FRI, or SAT. This field is required if the frequency parameter is set to WEEKLY or BIWEEKLY.

Link copied to clipboard

How often the scheduled audit takes place. Can be one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY.

Link copied to clipboard

The ARN (Amazon resource name) of the scheduled audit.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard

Which checks are performed during the scheduled audit. Checks must be enabled for your account.