waft.cf_dashboard.cf_dashboard_resource module

class waft.cf_dashboard.cf_dashboard_resource.CfDashboardResource(dash_client: CfDashboardClient, account_id: str)

Bases: ABC

Base class for dashboard elements providing the basis of

abstractmethod list() List

Method to list all elements of Child class type from dashboard. Must be overridden in child classes

search(**kwargs) List

Search list of elements using kwargs and return all where all items match