Parameter class
Describes an individual setting that controls some aspect of ElastiCache behavior.
Constructors
Properties
- allowedValues → String?
-
The valid range of values for the parameter.
final
- changeType → ChangeType?
-
Indicates whether a change to the parameter is applied immediately or
requires a reboot for the change to be applied. You can force a reboot or
wait until the next maintenance window's reboot. For more information, see
Rebooting
a Cluster.
final
- dataType → String?
-
The valid data type for the parameter.
final
- description → String?
-
A description of the parameter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isModifiable → bool?
-
Indicates whether (
true
) or not (false
) the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.final - minimumEngineVersion → String?
-
The earliest cache engine version to which the parameter can apply.
final
- parameterName → String?
-
The name of the parameter.
final
- parameterValue → String?
-
The value of the parameter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
The source of the parameter.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited