| 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.ExecutionParameter
Description
Synopsis
Documentation
data ExecutionParameter Source #
Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.
See: newExecutionParameter smart constructor.
Constructors
| ExecutionParameter' | |
Instances
newExecutionParameter :: ExecutionParameter Source #
Create a value of ExecutionParameter 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:defaultValues:ExecutionParameter', executionParameter_defaultValues - The default values for the execution parameter.
$sel:name:ExecutionParameter', executionParameter_name - The name of the execution parameter.
$sel:type':ExecutionParameter', executionParameter_type - The execution parameter type.
executionParameter_defaultValues :: Lens' ExecutionParameter (Maybe [Text]) Source #
The default values for the execution parameter.
executionParameter_name :: Lens' ExecutionParameter (Maybe Text) Source #
The name of the execution parameter.
executionParameter_type :: Lens' ExecutionParameter (Maybe Text) Source #
The execution parameter type.