class Aws::DAX::Types::UpdateParameterGroupRequest

@note When making an API call, you may pass UpdateParameterGroupRequest

data as a hash:

    {
      parameter_group_name: "String", # required
      parameter_name_values: [ # required
        {
          parameter_name: "String",
          parameter_value: "String",
        },
      ],
    }

@!attribute [rw] parameter_group_name

The name of the parameter group.
@return [String]

@!attribute [rw] parameter_name_values

An array of name-value pairs for the parameters in the group. Each
element in the array represents a single parameter.

<note markdown="1"> `record-ttl-millis` and `query-ttl-millis` are the only supported
parameter names. For more details, see [Configuring TTL
Settings][1].

 </note>

[1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl
@return [Array<Types::ParameterNameValue>]

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

Constants

SENSITIVE