Skip to content

Data Source: awsServicecatalogProvisioningArtifacts

Lists the provisioning artifacts for the specified 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.dataAwsServicecatalogProvisioningArtifacts.DataAwsServicecatalogProvisioningArtifacts(
  this,
  "example",
  {
    productId: "prod-yakog5pdriver",
  }
);

Argument Reference

The following arguments are required:

  • productId - (Required) Product 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:

  • provisioningArtifactDetails - List with information about the provisioning artifacts. See details below.

provisioningArtifactDetails

  • active - Indicates whether the product version is active.
  • createdTime - The UTC time stamp of the creation time.
  • description - The description of the provisioning artifact.
  • guidance - Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
  • id - The identifier of the provisioning artifact.
  • name - The name of the provisioning artifact.
  • type - The type of provisioning artifact.