MetricTransformationArgs

constructor(defaultValue: Output<Int>? = null, dimensions: Output<List<DimensionArgs>>? = null, metricName: Output<String>? = null, metricNamespace: Output<String>? = null, metricValue: Output<String>? = null, unit: Output<Either<String, MetricTransformationUnit>>? = null)