CloudwatchMetricAction constructor
      
      CloudwatchMetricAction({})
     
    
    
Implementation
CloudwatchMetricAction({
  required this.metricName,
  required this.metricNamespace,
  required this.metricUnit,
  required this.metricValue,
  required this.roleArn,
  this.metricTimestamp,
});