Skip to content

Resource: awsServicecatalogBudgetResourceAssociation

Manages a Service Catalog Budget Resource Association.

-> Tip: A "resource" is either a Service Catalog portfolio or product.

Example Usage

Basic Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.servicecatalogBudgetResourceAssociation.ServicecatalogBudgetResourceAssociation(
  this,
  "example",
  {
    budgetName: "budget-pjtvyakdlyo3m",
    resourceId: "prod-dnigbtea24ste",
  }
);

Argument Reference

The following arguments are required:

  • budgetName - (Required) Budget name.
  • resourceId - (Required) Resource identifier.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • id - Identifier of the association.

Timeouts

Configuration options:

  • create - (Default 3M)
  • read - (Default 10M)
  • delete - (Default 3M)

Import

awsServicecatalogBudgetResourceAssociation can be imported using the budget name and resource ID, e.g.,

$ terraform import aws_servicecatalog_budget_resource_association.example budget-pjtvyakdlyo3m:prod-dnigbtea24ste