class Aws::DAX::Types::Parameter

Describes an individual setting that controls some aspect of DAX behavior.

@!attribute [rw] parameter_name

The name of the parameter.
@return [String]

@!attribute [rw] parameter_type

Determines whether the parameter can be applied to any nodes, or
only nodes of a particular type.
@return [String]

@!attribute [rw] parameter_value

The value for the parameter.
@return [String]

@!attribute [rw] node_type_specific_values

A list of node types, and specific parameter values for each node.
@return [Array<Types::NodeTypeSpecificValue>]

@!attribute [rw] description

A description of the parameter
@return [String]

@!attribute [rw] source

How the parameter is defined. For example, `system` denotes a
system-defined parameter.
@return [String]

@!attribute [rw] data_type

The data type of the parameter. For example, `integer`\:
@return [String]

@!attribute [rw] allowed_values

A range of values within which the parameter can be set.
@return [String]

@!attribute [rw] is_modifiable

Whether the customer is allowed to modify the parameter.
@return [String]

@!attribute [rw] change_type

The conditions under which changes to this parameter can be applied.
For example, `requires-reboot` indicates that a new value for this
parameter will only take effect if a node is rebooted.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/Parameter AWS API Documentation

Constants

SENSITIVE