aggregationPeriod property

String? aggregationPeriod
getter/setter pair

The period over which the metric value should be aggregated and evaluated.

Format is , where integer should be a positive integer and unit should be one of (s,m,h,d,w) meaning (second, minute, hour, day, week). For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.

Implementation

core.String? aggregationPeriod;