| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ServiceCatalogLaunchTemplateConstraint
Synopsis
- data ServiceCatalogLaunchTemplateConstraint = ServiceCatalogLaunchTemplateConstraint {
- _serviceCatalogLaunchTemplateConstraintAcceptLanguage :: Maybe (Val Text)
- _serviceCatalogLaunchTemplateConstraintDescription :: Maybe (Val Text)
- _serviceCatalogLaunchTemplateConstraintPortfolioId :: Val Text
- _serviceCatalogLaunchTemplateConstraintProductId :: Val Text
- _serviceCatalogLaunchTemplateConstraintRules :: Val Text
- serviceCatalogLaunchTemplateConstraint :: Val Text -> Val Text -> Val Text -> ServiceCatalogLaunchTemplateConstraint
- scltcAcceptLanguage :: Lens' ServiceCatalogLaunchTemplateConstraint (Maybe (Val Text))
- scltcDescription :: Lens' ServiceCatalogLaunchTemplateConstraint (Maybe (Val Text))
- scltcPortfolioId :: Lens' ServiceCatalogLaunchTemplateConstraint (Val Text)
- scltcProductId :: Lens' ServiceCatalogLaunchTemplateConstraint (Val Text)
- scltcRules :: Lens' ServiceCatalogLaunchTemplateConstraint (Val Text)
Documentation
data ServiceCatalogLaunchTemplateConstraint #
Full data type definition for ServiceCatalogLaunchTemplateConstraint. See
serviceCatalogLaunchTemplateConstraint for a more convenient
constructor.
Constructors
serviceCatalogLaunchTemplateConstraint #
Constructor for ServiceCatalogLaunchTemplateConstraint containing
required fields as arguments.