Provides information on Service Catalog Portfolio Constraints.
data "aws_servicecatalog_portfolio_constraints" "example" {
portfolio_id = "port-3lli3b3an"
}
The following arguments are required:
portfolio_id
- (Required) Portfolio identifier.The following arguments are optional:
accept_language
- (Optional) Language code. Valid values: en
(English), jp
(Japanese), zh
(Chinese). Default value is en
.product_id
- (Optional) Product identifier.This data source exports the following attributes in addition to the arguments above:
details
- List of information about the constraints. See details below.constraint_id
- Identifier of the constraint.description
- Description of the constraint.portfolio_id
- Identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.product_id
- Identifier of the product the constraint applies to. A constraint applies to a specific instance of a product within a certain portfolio.type
- Type of constraint. Valid values are LAUNCH
, NOTIFICATION
, STACKSET
, and TEMPLATE
.