Builder

class Builder

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the alarm mute rule.

Link copied to clipboard

The description of the alarm mute rule.

Link copied to clipboard
var expireDate: <Error class: unknown class>?

The date and time when the mute rule expires and is no longer evaluated.

Link copied to clipboard
var lastUpdatedTimestamp: <Error class: unknown class>?

The date and time when the mute rule was last updated.

Link copied to clipboard

Specifies which alarms this rule applies to.

Link copied to clipboard

Indicates whether the mute rule is one-time or recurring. Valid values are ONE_TIME or RECURRING.

Link copied to clipboard
var name: String?

The name of the alarm mute rule.

Link copied to clipboard
var rule: Rule?

The configuration that defines when and how long alarms are muted.

Link copied to clipboard
var startDate: <Error class: unknown class>?

The date and time when the mute rule becomes active. If not set, the rule is active immediately.

Link copied to clipboard

The current status of the alarm mute rule. Valid values are SCHEDULED, ACTIVE, or EXPIRED.

Functions

Link copied to clipboard
Link copied to clipboard
fun rule(block: Rule.Builder.() -> Unit)