Optional
requestFactory: CloudCostManagementApiRequestFactoryOptional
responseProcessor: CloudCostManagementApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationCreate a Cloud Cost Management account for an AWS CUR config.
The request object
Optional
options: ConfigurationCreate a Cloud Cost Management account for an Azure config.
The request object
Optional
options: ConfigurationCreate a Cloud Cost Management account for an Google Cloud Usage Cost config.
The request object
Optional
options: ConfigurationCreate a new tag pipeline ruleset with the specified rules and configuration
The request object
Optional
options: ConfigurationDelete an arbitrary cost rule - Delete an existing arbitrary cost rule by its ID
The request object
Optional
options: ConfigurationDelete a budget.
The request object
Optional
options: ConfigurationArchive a Cloud Cost Management Account.
The request object
Optional
options: ConfigurationArchive a Cloud Cost Management Account.
The request object
Optional
options: ConfigurationArchive a Cloud Cost Management account.
The request object
Optional
options: ConfigurationDelete the specified Custom Costs file.
The request object
Optional
options: ConfigurationDelete a tag pipeline ruleset - Delete an existing tag pipeline ruleset by its ID
The request object
Optional
options: ConfigurationGet a specific arbitrary cost rule - Retrieve a specific arbitrary cost rule by its ID
The request object
Optional
options: ConfigurationGet a budget.
The request object
Optional
options: ConfigurationGet a specific AWS CUR config.
The request object
Optional
options: ConfigurationGet a specific Azure config.
The request object
Optional
options: ConfigurationGet a specific Google Cloud Usage Cost config.
The request object
Optional
options: ConfigurationFetch the specified Custom Costs file.
The request object
Optional
options: ConfigurationGet a specific tag pipeline ruleset - Retrieve a specific tag pipeline ruleset by its ID
The request object
Optional
options: ConfigurationList all arbitrary cost rules - Retrieve a list of all arbitrary cost rules for the organization
Optional
options: ConfigurationList budgets.
Optional
options: ConfigurationList the AWS CUR configs.
Optional
options: ConfigurationList the Azure configs.
Optional
options: ConfigurationList the Google Cloud Usage Cost configs.
Optional
options: ConfigurationList the Custom Costs files.
The request object
Optional
options: ConfigurationList all tag pipeline rulesets - Retrieve a list of all tag pipeline rulesets for the organization
Optional
options: ConfigurationReorder arbitrary cost rules - Change the execution order of arbitrary cost rules.
Important: You must provide the complete list of all rule IDs in the desired execution order. The API will reorder ALL rules according to the provided sequence.
Rules are executed in the order specified, with lower indices (earlier in the array) having higher priority.
Example: If you have rules with IDs [123, 456, 789] and want to change order from 123→456→789 to 456→123→789, send: [{"id": "456"}, {"id": "123"}, {"id": "789"}]
The request object
Optional
options: ConfigurationReorder tag pipeline rulesets - Change the execution order of tag pipeline rulesets
The request object
Optional
options: ConfigurationUpdate an existing arbitrary cost rule with new filters and allocation strategy.
Strategy Methods:
Filter Conditions:
Supported operators: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like
The request object
Optional
options: ConfigurationUpdate the status (active/archived) and/or account filtering configuration of an AWS CUR config.
The request object
Optional
options: ConfigurationUpdate the status of an Azure config (active/archived).
The request object
Optional
options: ConfigurationUpdate the status of an Google Cloud Usage Cost config (active/archived).
The request object
Optional
options: ConfigurationUpdate a tag pipeline ruleset - Update an existing tag pipeline ruleset with new rules and configuration
The request object
Optional
options: ConfigurationUpload a Custom Costs file.
The request object
Optional
options: ConfigurationCreate a new budget or update an existing one.
The request object
Optional
options: ConfigurationValidate a tag pipeline query - Validate the syntax and structure of a tag pipeline query
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Create a new arbitrary cost rule with the specified filters and allocation strategy.
Strategy Methods:
Filter Conditions:
Supported operators: is, is not, is all values, is untagged, contains, does not contain, in, not in, =, !=, like, not like