Skip to content

Data Source: awsServicecatalogPortfolio

Provides information for 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.dataAwsServicecatalogPortfolio.DataAwsServicecatalogPortfolio(
  this,
  "portfolio",
  {
    id: "port-07052002",
  }
);

Argument Reference

The following arguments are required:

  • id - (Required) Portfolio identifier.

The following arguments are optional:

  • acceptLanguage - (Optional) Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Attributes Reference

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

  • arn - Portfolio ARN.
  • createdTime - Time the portfolio was created.
  • description - Description of the portfolio
  • name - Portfolio name.
  • providerName - Name of the person or organization who owns the portfolio.
  • tags - Tags applied to the portfolio.