Module cost

Source

Functionsยง

count_cost_budgets
Counts the total number of cost budgets in the database.
count_cost_metrics
Counts the total number of cost metrics in the database with optional filtering.
count_resource_types
Counts the total number of resource types in the database.
create_cost_allocation_tag
Creates a new cost allocation tag in the database.
create_cost_budget
Creates a new cost budget in the database.
create_cost_metric
Creates a new cost metric in the database.
create_cost_projection
Creates a new cost projection in the database.
create_resource_pricing
Creates a new resource pricing entry in the database.
create_resource_type
Creates a new resource type in the database.
delete_cost_allocation_tag
Deletes a cost allocation tag from the database.
delete_cost_budget
Deletes a cost budget from the database.
delete_cost_metric
Deletes a cost metric from the database.
delete_cost_projection
Deletes a cost projection from the database.
delete_resource_pricing
Deletes a resource pricing entry from the database.
delete_resource_type
Deletes a resource type from the database.
get_app_cost_over_time
Retrieves cost metrics over time for a specific application.
get_cost_allocation_tags
Retrieves a list of cost allocation tags for a specific resource.
get_cost_budget_by_id
Retrieves a specific cost budget by its unique identifier.
get_cost_metric_by_id
Retrieves a specific cost metric by its unique identifier, with resource type information.
get_cost_metrics_by_dimension
Get aggregate cost metrics grouped by a specific dimension.
get_cost_projection_by_id
Retrieves a specific cost projection by its unique identifier.
get_resource_pricing_by_id
Retrieves a specific resource pricing entry by its unique identifier.
get_resource_type_by_id
Retrieves a specific resource type by its unique identifier.
list_cost_budgets
Retrieves a paginated list of cost budgets from the database.
list_cost_metrics
Retrieves a paginated list of cost metrics from the database, with optional filtering.
list_cost_projections
Retrieves a paginated list of cost projections from the database.
list_resource_pricing
Retrieves a paginated list of resource pricing entries from the database.
list_resource_types
Retrieves a paginated list of resource types from the database.
update_cost_budget
Updates an existing cost budget in the database.
update_resource_pricing
Updates an existing resource pricing entry in the database.
update_resource_type
Updates an existing resource type in the database.