Get Cloud Watch Alarm Template Result
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)
Properties
Link copied to clipboard
The comparison operator used to compare the specified statistic and the threshold.
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
Link copied to clipboard
The name of the metric associated with the alarm. Must be compatible with targetResourceType.
Link copied to clipboard
The date and time of latest resource modification.
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
Specifies how missing data points are treated when evaluating the alarm's condition.