AWS Service Catalog Budget Resource Association

This page shows how to write Terraform and CloudFormation for AWS Service Catalog Budget Resource Association and write them securely.

aws_servicecatalog_budget_resource_association (Terraform)

The Budget Resource Association in AWS Service Catalog can be configured in Terraform with the resource name aws_servicecatalog_budget_resource_association. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The following arguments are required:

  • budget_name - (Required) Budget name.
  • resource_id - (Required) Resource identifier.

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

  • id - Identifier of the association.

Explanation in Terraform Registry

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

AWS::ServiceCatalog::Portfolio (CloudFormation)

The Portfolio in ServiceCatalog can be configured in CloudFormation with the resource name AWS::ServiceCatalog::Portfolio. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Parameters

Explanation in CloudFormation Registry

Specifies a portfolio.

Frequently asked questions

What is AWS Service Catalog Budget Resource Association?

AWS Service Catalog Budget Resource Association is a resource for Service Catalog of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.