ScheduledAudit

class ScheduledAudit : KotlinCustomResource

Scheduled audits can be used to specify the checks you want to perform during an audit and how often the audit should be run.

Properties

Link copied to clipboard
val dayOfMonth: Output<String>?

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
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

The name you want to give to the scheduled audit.

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

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.

Link copied to clipboard
val urn: Output<String>