| 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.SageMaker.Types.ProvisioningParameter
Description
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.
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 key that identifies a provisioning parameter.
$sel:value:ProvisioningParameter', provisioningParameter_value - The value of the provisioning parameter.
provisioningParameter_key :: Lens' ProvisioningParameter (Maybe Text) Source #
The key that identifies a provisioning parameter.
provisioningParameter_value :: Lens' ProvisioningParameter (Maybe Text) Source #
The value of the provisioning parameter.