Dynamic Metric Criteria Args
constructor(alertSensitivity: Output<Either<String, DynamicThresholdSensitivity>>, criterionType: Output<String>, dimensions: Output<List<MetricDimensionArgs>>? = null, failingPeriods: Output<DynamicThresholdFailingPeriodsArgs>, ignoreDataBefore: Output<String>? = null, metricName: Output<String>, metricNamespace: Output<String>? = null, name: Output<String>, operator: Output<Either<String, DynamicThresholdOperator>>, skipMetricValidation: Output<Boolean>? = null, timeAggregation: Output<Either<String, AggregationTypeEnum>>)