Merge "Introduce 'immutable' of parameters"
This commit is contained in:
@@ -267,6 +267,7 @@ default value defined as nested elements.
|
||||
hidden: <true | false>
|
||||
constraints:
|
||||
<parameter constraints>
|
||||
immutable: <true | false>
|
||||
|
||||
param name
|
||||
The name of the parameter.
|
||||
@@ -303,6 +304,11 @@ constraints
|
||||
if the parameter value doesn't comply to the constraints.
|
||||
This attribute is optional.
|
||||
|
||||
immutable
|
||||
Defines whether the parameter is updatable. Stack update fails, if this is
|
||||
set to ``true`` and the parameter value is changed.
|
||||
This attribute is optional and defaults to ``false``.
|
||||
|
||||
The table below describes all currently supported types with examples:
|
||||
|
||||
+----------------------+-------------------------------+------------------+
|
||||
|
||||
Reference in New Issue
Block a user