Alarm constructor

Alarm({
  1. String? arn,
  2. ComparisonOperator? comparisonOperator,
  3. List<ContactProtocol>? contactProtocols,
  4. DateTime? createdAt,
  5. int? datapointsToAlarm,
  6. int? evaluationPeriods,
  7. ResourceLocation? location,
  8. MetricName? metricName,
  9. MonitoredResourceInfo? monitoredResourceInfo,
  10. String? name,
  11. bool? notificationEnabled,
  12. List<AlarmState>? notificationTriggers,
  13. int? period,
  14. ResourceType? resourceType,
  15. AlarmState? state,
  16. MetricStatistic? statistic,
  17. String? supportCode,
  18. double? threshold,
  19. TreatMissingData? treatMissingData,
  20. MetricUnit? unit,
})

Implementation

Alarm({
  this.arn,
  this.comparisonOperator,
  this.contactProtocols,
  this.createdAt,
  this.datapointsToAlarm,
  this.evaluationPeriods,
  this.location,
  this.metricName,
  this.monitoredResourceInfo,
  this.name,
  this.notificationEnabled,
  this.notificationTriggers,
  this.period,
  this.resourceType,
  this.state,
  this.statistic,
  this.supportCode,
  this.threshold,
  this.treatMissingData,
  this.unit,
});