Skip to content

Disassociate Budget From Resource

servicecatalog_disassociate_budget_from_resource R Documentation

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.

Value

An empty list.

Request syntax

svc$disassociate_budget_from_resource(
  BudgetName = "string",
  ResourceId = "string"
)