| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.ServiceCatalogLaunchRoleConstraint
Synopsis
- data ServiceCatalogLaunchRoleConstraint = ServiceCatalogLaunchRoleConstraint {
- _serviceCatalogLaunchRoleConstraintAcceptLanguage :: Maybe (Val Text)
- _serviceCatalogLaunchRoleConstraintDescription :: Maybe (Val Text)
- _serviceCatalogLaunchRoleConstraintPortfolioId :: Val Text
- _serviceCatalogLaunchRoleConstraintProductId :: Val Text
- _serviceCatalogLaunchRoleConstraintRoleArn :: Val Text
- serviceCatalogLaunchRoleConstraint :: Val Text -> Val Text -> Val Text -> ServiceCatalogLaunchRoleConstraint
- sclrcAcceptLanguage :: Lens' ServiceCatalogLaunchRoleConstraint (Maybe (Val Text))
- sclrcDescription :: Lens' ServiceCatalogLaunchRoleConstraint (Maybe (Val Text))
- sclrcPortfolioId :: Lens' ServiceCatalogLaunchRoleConstraint (Val Text)
- sclrcProductId :: Lens' ServiceCatalogLaunchRoleConstraint (Val Text)
- sclrcRoleArn :: Lens' ServiceCatalogLaunchRoleConstraint (Val Text)
Documentation
data ServiceCatalogLaunchRoleConstraint #
Full data type definition for ServiceCatalogLaunchRoleConstraint. See
serviceCatalogLaunchRoleConstraint for a more convenient constructor.
Constructors
Instances
serviceCatalogLaunchRoleConstraint #
Constructor for ServiceCatalogLaunchRoleConstraint containing required
fields as arguments.