aws.servicecatalog.list_portfolios
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_portfolios;Description
Lists all portfolios in the catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |