Class AggregationInfo (1.9.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.

Values: AGGREGATION_INTERVAL_UNSPECIFIED (0):

DAILY (1):

MONTHLY (2):

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.

Values: AGGREGATION_LEVEL_UNSPECIFIED (0):

ACCOUNT (1):

PROJECT (2):