servicecatalog_disassociate_budget_from_resource: Disassociates the specified budget from the specified resource
Description
Disassociates the specified budget from the specified resource.
Usage
servicecatalog_disassociate_budget_from_resource(BudgetName, ResourceId)
Arguments
BudgetName
[required] The name of the budget you want to disassociate.
ResourceId
[required] The resource identifier you want to disassociate from. Either a
portfolio-id or a product-id.
Request syntax
svc$disassociate_budget_from_resource(
BudgetName = "string",
ResourceId = "string"
)