Associate Budget With Resource
servicecatalog_associate_budget_with_resource | R Documentation |
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. |
Value¶
An empty list.
Request syntax¶
svc$associate_budget_with_resource(
BudgetName = "string",
ResourceId = "string"
)