Values.CreateCloudWatchAlarmTemplateRequestContentSourcePlaceholder documentation for CreateCloudWatchAlarmTemplateRequestContent
type nonrec t = {comparisonOperator : CloudWatchAlarmTemplateComparisonOperator.t;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;The number of periods over which data is compared to the specified threshold.
*)groupIdentifier : string;A cloudwatch alarm template group's identifier. Can be either be its id or current name.
*)metricName : string;The name of the metric associated with the alarm. Must be compatible with targetResourceType.
*)name : string;A resource's name. Names must be unique within the scope of a resource type in a specific region.
*)period : int;The period, in seconds, over which the specified statistic is applied.
*)statistic : CloudWatchAlarmTemplateStatistic.t;targetResourceType : CloudWatchAlarmTemplateTargetResourceType.t;threshold : float;The threshold value to compare with the specified statistic.
*)treatMissingData : CloudWatchAlarmTemplateTreatMissingData.t;requestId : string option;An ID that you assign to a create request. This ID ensures idempotency when creating resources.
*)}val make :
?datapointsToAlarm:??? ->
?description:??? ->
?tags:??? ->
?requestId:??? ->
comparisonOperator:CloudWatchAlarmTemplateComparisonOperator.t ->
evaluationPeriods:int ->
groupIdentifier:string ->
metricName:string ->
name:string ->
period:int ->
statistic:CloudWatchAlarmTemplateStatistic.t ->
targetResourceType:CloudWatchAlarmTemplateTargetResourceType.t ->
threshold:float ->
treatMissingData:CloudWatchAlarmTemplateTreatMissingData.t ->
unit ->
t