CoverageFilterCriterion¶
Structure Class¶
CoverageFilterCriterion
dataclass
¶
Represents a condition that when matched will be added to the response of the operation.
Attributes¶
criterion_key
class-attribute
instance-attribute
¶
criterion_key: CoverageFilterCriterionKey | None = None
An enum value representing possible filter fields.
Note
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
filter_condition
class-attribute
instance-attribute
¶
filter_condition: CoverageFilterCondition | None = None
Contains information about the condition.