UpdateCloudWatchAlarmTemplateResponse

Placeholder documentation for UpdateCloudWatchAlarmTemplateResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

A cloudwatch alarm template's ARN (Amazon Resource Name)

Link copied to clipboard

The comparison operator used to compare the specified statistic and the threshold.

Link copied to clipboard

Placeholder documentation for __timestampIso8601

Link copied to clipboard

The number of datapoints within the evaluation period that must be breaching to trigger the alarm.

Link copied to clipboard

A resource's optional description.

Link copied to clipboard

The number of periods over which data is compared to the specified threshold.

Link copied to clipboard

A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-

Link copied to clipboard
val id: String?

A cloudwatch alarm template's id. AWS provided templates have ids that start with aws-

Link copied to clipboard

The name of the metric associated with the alarm. Must be compatible with targetResourceType.

Link copied to clipboard

Placeholder documentation for __timestampIso8601

Link copied to clipboard
val name: String?

A resource's name. Names must be unique within the scope of a resource type in a specific region.

Link copied to clipboard
val period: Int?

The period, in seconds, over which the specified statistic is applied.

Link copied to clipboard

The statistic to apply to the alarm's metric data.

Link copied to clipboard

Represents the tags associated with a resource.

Link copied to clipboard

The resource type this template should dynamically generate cloudwatch metric alarms for.

Link copied to clipboard

The threshold value to compare with the specified statistic.

Link copied to clipboard

Specifies how missing data points are treated when evaluating the alarm's condition.

Functions

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