servicecatalog_associate_budget_with_resource: Associates the specified budget with the specified resource
Description
Associates the specified budget with the specified resource.
Usage
servicecatalog_associate_budget_with_resource(BudgetName, ResourceId)
Arguments
BudgetName
[required] The name of the budget you want to associate.
ResourceId
[required] The resource identifier. Either a portfolio-id or a product-id.
Request syntax
svc$associate_budget_with_resource(
BudgetName = "string",
ResourceId = "string"
)