Class AggregationInfo (1.4.1)

AggregationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the aggregation level and interval for pricing of a single SKU.

Attribute

NameDescription
aggregation_count int
The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is 14, aggregation will be over 14 days.

Classes

AggregationInterval

AggregationInterval(value)

The interval at which usage is aggregated to compute cost. Example: "MONTHLY" aggregation interval indicates that usage for tiered pricing is aggregated every month.

AggregationLevel

AggregationLevel(value)

The level at which usage is aggregated to compute cost. Example: "ACCOUNT" aggregation level indicates that usage for tiered pricing is aggregated across all projects in a single account.