Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
data "aws_servicecatalog_launch_paths" "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:
summaries
- Block with information about the launch path. See details below.constraint_summaries
- Block for constraints on the portfolio-product relationship. See details below.path_id
- Identifier of the product path.name
- Name of the portfolio to which the path was assigned.tags
- Tags associated with this product path.description
- Description of the constraint.type
- Type of constraint. Valid values are LAUNCH
, NOTIFICATION
, STACKSET
, and TEMPLATE
.