Lists the provisioning artifacts for the specified product.
data "aws_servicecatalog_provisioning_artifacts" "example" {
product_id = "prod-yakog5pdriver"
}
The following arguments are required:
product_id
- (Required) Product identifier.The following arguments are optional:
accept_language
- (Optional) Language code. Valid values: en
(English), jp
(Japanese), zh
(Chinese). Default value is en
.This data source exports the following attributes in addition to the arguments above:
provisioning_artifact_details
- List with information about the provisioning artifacts. See details below.active
- Indicates whether the product version is active.created_time
- 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.