aws.servicecatalog.list_launch_paths
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_launch_pathsWHERE"product_id" = 'VALUE';Description
Lists the paths to the specified product. A path describes how the user gets access to a specified product and is necessary when provisioning a product. A path also determines the constraints that are put on a product. A path is dependent on a specific product, porfolio, and principal.
When provisioning a product that's been added to a portfolio, you must grant your user, group, or role access to the portfolio. For more information, see Granting users access in the Service Catalog User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| product_id Required Input Column The product identifier. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| constraint_summaries The constraints on the portfolio-product relationship. | STRUCT( |
Show child fields
| |
| id The identifier of the product path. | VARCHAR |
| name The name of the portfolio that contains the product. | VARCHAR |
| tags The tags associated with this product path. | STRUCT( |
Show child fields
| |