MetricDimension class
A CloudWatch dimension, which is specified using a Key
(known
as a Name
in CloudWatch), Value
pair. By default,
Amazon EMR uses one dimension whose Key
is
JobFlowID
and Value
is a variable representing the
cluster ID, which is ${emr.clusterId}
. This enables the rule to
bootstrap when the cluster ID becomes available.
Constructors
- MetricDimension({String? key, String? value})
-
MetricDimension.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited