Skip to content

Resource: awsServicecatalogPortfolio

Provides a resource to create a Service Catalog Portfolio.

Example 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.servicecatalogPortfolio.ServicecatalogPortfolio(this, "portfolio", {
  description: "List of my organizations apps",
  name: "My App Portfolio",
  providerName: "Brett",
});

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the portfolio.
  • description - (Required) Description of the portfolio
  • providerName - (Required) Name of the person or organization who owns the portfolio.
  • tags - (Optional) Tags to apply to the connection. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Attributes Reference

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

  • id - The ID of the Service Catalog Portfolio.
  • tagsAll - A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.

Timeouts

Configuration options:

  • create - (Default 30M)
  • read - (Default 10M)
  • update - (Default 30M)
  • delete - (Default 30M)

Import

Service Catalog Portfolios can be imported using the serviceCatalogPortfolioId, e.g.,

$ terraform import aws_servicecatalog_portfolio.testfolio port-12344321