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 |
Documentation
data ProvisioningParameter Source #
A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.
See: newProvisioningParameter
smart constructor.
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:value:ProvisioningParameter'
, provisioningParameter_value
- The value of the provisioning parameter.
$sel:key:ProvisioningParameter'
, provisioningParameter_key
- The key that identifies a provisioning parameter.
provisioningParameter_value :: Lens' ProvisioningParameter (Maybe Text) Source #
The value of the provisioning parameter.
provisioningParameter_key :: Lens' ProvisioningParameter (Maybe Text) Source #
The key that identifies a provisioning parameter.