Alarm

class Alarm : KotlinCustomResource

Resource Type definition for AWS::Lightsail::Alarm

Properties

Link copied to clipboard
val alarmArn: Output<String>

The Amazon Resource Name (ARN) of the alarm.

Link copied to clipboard
val alarmName: Output<String>

The name for the alarm. Specify the name of an existing alarm to update, and overwrite the previous configuration of the alarm.

Link copied to clipboard

The arithmetic operation to use when comparing the specified statistic to the threshold. The specified statistic value is used as the first operand.

Link copied to clipboard

The contact protocols to use for the alarm, such as Email, SMS (text messaging), or both.

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

The number of data points that must be not within the specified threshold to trigger the alarm. If you are setting an "M out of N" alarm, this value (datapointsToAlarm) is the M.

Link copied to clipboard
val evaluationPeriods: Output<Int>

The number of most recent periods over which data is compared to the specified threshold. If you are setting an "M out of N" alarm, this value (evaluationPeriods) is the N.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val metricName: Output<String>

The name of the metric to associate with the alarm.

Link copied to clipboard

The name of the Lightsail resource that the alarm monitors.

Link copied to clipboard

Indicates whether the alarm is enabled. Notifications are enabled by default if you don't specify this parameter.

Link copied to clipboard

The alarm states that trigger a notification.

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

The current state of the alarm.

Link copied to clipboard
val threshold: Output<Double>

The value against which the specified statistic is compared.

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

Sets how this alarm will handle missing data points.

Link copied to clipboard
val urn: Output<String>