aws.servicecatalog.list_portfolios_for_product
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_portfolios_for_productWHERE"product_id" = 'VALUE';Description
Lists all portfolios that the specified product is associated with.
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 |
| arn The ARN assigned to the portfolio. | VARCHAR |
| created_time The UTC time stamp of the creation time. | TIMESTAMP_S |
| description The description of the portfolio. | VARCHAR |
| display_name The name to use for display purposes. | VARCHAR |
| id The portfolio identifier. | VARCHAR |
| provider_name The name of the portfolio provider. | VARCHAR |