aws::dax-parameter-group

Creates a DAX parameter group.

Example

aws::dax-parameter-group parameter-group-example
    name: "parameter-group-example"
    description: "parameter-group-description"
end

Attributes

Attribute Description
description The description of the parameter group.
name The name of the parameter group. (Required)
parameter-name-values list subresource

The list of name-value pairs for the parameters of the group.

name
The name of the parameter. (Required)
value
The value of the parameter.