| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.Types.ProvisioningParameter
Description
Documentation
data ProvisioningParameter Source #
Information about a parameter used to provision a product.
See: newProvisioningParameter smart constructor.
Constructors
| ProvisioningParameter' | |
Instances
newProvisioningParameter :: ProvisioningParameter Source #
Create a value of ProvisioningParameter 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:key:ProvisioningParameter', provisioningParameter_key - The parameter key.
$sel:value:ProvisioningParameter', provisioningParameter_value - The parameter value.
provisioningParameter_key :: Lens' ProvisioningParameter (Maybe Text) Source #
The parameter key.
provisioningParameter_value :: Lens' ProvisioningParameter (Maybe Text) Source #
The parameter value.