UsageCriteria¶
Structure Class¶
UsageCriteria
dataclass
¶
Contains information about the criteria used to query usage statistics.
Attributes¶
account_ids
class-attribute
instance-attribute
¶
account_ids: list[str] | None = None
The account IDs to aggregate usage statistics from.
data_sources
class-attribute
instance-attribute
¶
data_sources: list[DataSource] | None = None
The data sources to aggregate usage statistics from.
features
class-attribute
instance-attribute
¶
features: list[UsageFeature] | None = None
The features to aggregate usage statistics from.
resources
class-attribute
instance-attribute
¶
resources: list[str] | None = None
The resources to aggregate usage statistics from. Only accepts exact resource names.