Dimensions🔗A name/value pair that is part of the identity of a metric. For example, you can get statistics for a specific EC2 instance by specifying the InstanceId dimension when you search for metrics.Definition🔗export type Dimensions = Record<string, string | string[]>;