PutAlarmMuteRuleRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the alarm mute rule that helps you identify its purpose.

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

The date and time when the mute rule expires and is no longer evaluated, specified as a timestamp in ISO 8601 format (for example, 2026-12-31T23:59:59Z). After this time, the rule status becomes EXPIRED and will no longer mute the targeted alarms.

Link copied to clipboard

Specifies which alarms this rule applies to.

Link copied to clipboard
val name: String?

The name of the alarm mute rule. This name must be unique within your Amazon Web Services account and region.

Link copied to clipboard
val rule: Rule?

The configuration that defines when and how long alarms should be muted.

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

The date and time after which the mute rule takes effect, specified as a timestamp in ISO 8601 format (for example, 2026-04-15T08:00:00Z). If not specified, the mute rule takes effect immediately upon creation and the mutes are applied as per the schedule expression.

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

A list of key-value pairs to associate with the alarm mute rule. You can use tags to categorize and manage your mute rules.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String