Skip to content

Data source: awsServicecatalogProduct

Provides information on a Service Catalog Product.

-> Tip: A "provisioning artifact" is also referred to as a "version." A "distributor" is also referred to as a "vendor."

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.dataAwsServicecatalogProduct.DataAwsServicecatalogProduct(
  this,
  "example",
  {
    id: "prod-dnigbtea24ste",
  }
);

Argument Reference

The following arguments are required:

  • id - (Required) Product ID.

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 - ARN of the product.
  • createdTime - Time when the product was created.
  • description - Description of the product.
  • distributor - Distributor (i.e., vendor) of the product.
  • hasDefaultPath - Whether the product has a default path.
  • name - Name of the product.
  • owner - Owner of the product.
  • status - Status of the product.
  • supportDescription - Support information about the product.
  • supportEmail - Contact email for product support.
  • supportUrl - Contact URL for product support.
  • tags - Tags to apply to the product.
  • type - Type of product.