aws.servicecatalog.list_constraints_for_portfolio
Example SQL Queries
SELECT * FROMaws.servicecatalog.list_constraints_for_portfolioWHERE"portfolio_id" = 'VALUE';Description
Lists the constraints for the specified portfolio and product.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portfolio_id Required Input Column The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio. | VARCHAR |
| accept_language Input Column The language code.
| VARCHAR |
| product_id Input Column The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio. | 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_id The identifier of the constraint. | VARCHAR |
| description The description of the constraint. | VARCHAR |
| owner The owner of the constraint. | VARCHAR |
| type The type of constraint.
| VARCHAR |