AlarmModel

class AlarmModel : KotlinCustomResource

Represents an alarm model to monitor an ITE input attribute. You can use the alarm to get notified when the value is outside a specified range. For more information, see Create an alarm model in the Developer Guide.

Properties

Link copied to clipboard

Contains the configuration information of alarm state changes.

Link copied to clipboard

Contains information about one or more alarm actions.

Link copied to clipboard

The description of the alarm model.

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

The name of the alarm model.

Link copied to clipboard

Defines when your alarm is invoked.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val key: Output<String>?

An input attribute used as a key to create an alarm. ITE routes inputs associated with this key to the alarm.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the General Reference.

Link copied to clipboard
val severity: Output<Int>?

A non-negative integer that reflects the severity level of the alarm.

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

A list of key-value pairs that contain metadata for the alarm model. The tags help you manage the alarm model. For more information, see Tagging your resources in the Developer Guide. You can create up to 50 tags for one alarm model.

Link copied to clipboard
val urn: Output<String>