Values.UpdateCloudWatchAlarmTemplateRequestSourcePlaceholder documentation for UpdateCloudWatchAlarmTemplateRequest
type nonrec t = {comparisonOperator : CloudWatchAlarmTemplateComparisonOperator.t 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.
*)groupIdentifier : string option;A cloudwatch alarm template group's identifier. Can be either be its id or current name.
*)identifier : string;A cloudwatch alarm template's identifier. Can be either be its id or current name.
*)metricName : string option;The name of the metric associated with the alarm. Must be compatible with targetResourceType.
*)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 :
?comparisonOperator:??? ->
?datapointsToAlarm:??? ->
?description:??? ->
?evaluationPeriods:??? ->
?groupIdentifier:??? ->
?metricName:??? ->
?name:??? ->
?period:??? ->
?statistic:??? ->
?targetResourceType:??? ->
?threshold:??? ->
?treatMissingData:??? ->
identifier:string ->
unit ->
t