Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ConstraintDetail = ConstraintDetail' {}
- newConstraintDetail :: ConstraintDetail
- constraintDetail_portfolioId :: Lens' ConstraintDetail (Maybe Text)
- constraintDetail_constraintId :: Lens' ConstraintDetail (Maybe Text)
- constraintDetail_owner :: Lens' ConstraintDetail (Maybe Text)
- constraintDetail_type :: Lens' ConstraintDetail (Maybe Text)
- constraintDetail_description :: Lens' ConstraintDetail (Maybe Text)
- constraintDetail_productId :: Lens' ConstraintDetail (Maybe Text)
Documentation
data ConstraintDetail Source #
Information about a constraint.
See: newConstraintDetail
smart constructor.
ConstraintDetail' | |
|
Instances
newConstraintDetail :: ConstraintDetail Source #
Create a value of ConstraintDetail
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:portfolioId:ConstraintDetail'
, constraintDetail_portfolioId
- The identifier of the portfolio the product resides in. The constraint
applies only to the instance of the product that lives within this
portfolio.
$sel:constraintId:ConstraintDetail'
, constraintDetail_constraintId
- The identifier of the constraint.
$sel:owner:ConstraintDetail'
, constraintDetail_owner
- The owner of the constraint.
$sel:type':ConstraintDetail'
, constraintDetail_type
- The type of constraint.
LAUNCH
NOTIFICATION
- STACKSET
TEMPLATE
$sel:description:ConstraintDetail'
, constraintDetail_description
- The description of the constraint.
$sel:productId:ConstraintDetail'
, constraintDetail_productId
- 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.
constraintDetail_portfolioId :: Lens' ConstraintDetail (Maybe Text) Source #
The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.
constraintDetail_constraintId :: Lens' ConstraintDetail (Maybe Text) Source #
The identifier of the constraint.
constraintDetail_owner :: Lens' ConstraintDetail (Maybe Text) Source #
The owner of the constraint.
constraintDetail_type :: Lens' ConstraintDetail (Maybe Text) Source #
The type of constraint.
LAUNCH
NOTIFICATION
- STACKSET
TEMPLATE
constraintDetail_description :: Lens' ConstraintDetail (Maybe Text) Source #
The description of the constraint.
constraintDetail_productId :: Lens' ConstraintDetail (Maybe Text) Source #
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.