GetCloudWatchAlarmTemplateResult

data class GetCloudWatchAlarmTemplateResult(val arn: String? = null, val comparisonOperator: CloudWatchAlarmTemplateComparisonOperator? = null, val createdAt: String? = null, val datapointsToAlarm: Double? = null, val description: String? = null, val evaluationPeriods: Double? = null, val groupId: String? = null, val id: String? = null, val identifier: String? = null, val metricName: String? = null, val modifiedAt: String? = null, val name: String? = null, val period: Double? = null, val statistic: CloudWatchAlarmTemplateStatistic? = null, val targetResourceType: CloudWatchAlarmTemplateTargetResourceType? = null, val threshold: Double? = null, val treatMissingData: CloudWatchAlarmTemplateTreatMissingData? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, comparisonOperator: CloudWatchAlarmTemplateComparisonOperator? = null, createdAt: String? = null, datapointsToAlarm: Double? = null, description: String? = null, evaluationPeriods: Double? = null, groupId: String? = null, id: String? = null, identifier: String? = null, metricName: String? = null, modifiedAt: String? = null, name: String? = null, period: Double? = null, statistic: CloudWatchAlarmTemplateStatistic? = null, targetResourceType: CloudWatchAlarmTemplateTargetResourceType? = null, threshold: Double? = null, treatMissingData: CloudWatchAlarmTemplateTreatMissingData? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

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
val createdAt: String? = null

The date and time of resource creation.

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

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
val groupId: String? = null

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

Link copied to clipboard
val id: String? = null

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

Link copied to clipboard
val identifier: String? = null
Link copied to clipboard
val metricName: String? = null

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

Link copied to clipboard
val modifiedAt: String? = null

The date and time of latest resource modification.

Link copied to clipboard
val name: String? = null

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: Double? = null

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

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

Link copied to clipboard
val threshold: Double? = null

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.