Values.CloudWatchAlarmTemplateSummarySourcePlaceholder documentation for CloudWatchAlarmTemplateSummary
type nonrec t = {arn : string option;A cloudwatch alarm template's ARN (Amazon Resource Name)
*)comparisonOperator : CloudWatchAlarmTemplateComparisonOperator.t option;createdAt : string option;datapointsToAlarm : int option;The number of datapoints within the evaluation period that must be breaching to trigger the alarm.
*)description : string option;A resource's optional description.
*)evaluationPeriods : int option;The number of periods over which data is compared to the specified threshold.
*)groupId : string option;A cloudwatch alarm template group's id. AWS provided template groups have ids that start with `aws-`
*)id : string option;A cloudwatch alarm template's id. AWS provided templates have ids that start with `aws-`
*)metricName : string option;The name of the metric associated with the alarm. Must be compatible with targetResourceType.
*)modifiedAt : string option;name : string option;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)period : int option;The period, in seconds, over which the specified statistic is applied.
*)statistic : CloudWatchAlarmTemplateStatistic.t option;targetResourceType : CloudWatchAlarmTemplateTargetResourceType.t option;threshold : float option;The threshold value to compare with the specified statistic.
*)treatMissingData : CloudWatchAlarmTemplateTreatMissingData.t option;}val make :
?arn:??? ->
?comparisonOperator:??? ->
?createdAt:??? ->
?datapointsToAlarm:??? ->
?description:??? ->
?evaluationPeriods:??? ->
?groupId:??? ->
?id:??? ->
?metricName:??? ->
?modifiedAt:??? ->
?name:??? ->
?period:??? ->
?statistic:??? ->
?tags:??? ->
?targetResourceType:??? ->
?threshold:??? ->
?treatMissingData:??? ->
unit ->
t