Listing a parameter group's values - Amazon MemoryDB for Redis
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Listing a parameter group's values

You can list the parameters and their values for a parameter group using the MemoryDB console, the Amazon CLI, or the MemoryDB API.

Listing a parameter group's values (Console)

The following procedure shows how to list the parameters and their values for a parameter group using the MemoryDB console.

To list a parameter group's parameters and their values using the MemoryDB console
  1. Sign in to the Amazon Web Services Management Console and open the MemoryDB for Redis console at https://console.amazonaws.cn/memorydb/.

  2. To see a list of all available parameter groups, in the left hand navigation pane choose Parameter Groups.

  3. Choose the parameter group for which you want to list the parameters and values by choosing name (not the box next to it) of the parameter group's name.

    The parameters and their values will be listed at the bottom of the screen. Due to the number of parameters, you may have to scroll up and down to find the parameter you're interested in.

Listing a parameter group's values (Amazon CLI)

To list a parameter group's parameters and their values using the Amazon CLI, use the command describe-parameters.

The following sample code list all the parameters and their values for the parameter group myRedis6x.

For Linux, OS X, or Unix:

aws memorydb describe-parameters \ --parameter-group-name myRedis6x

For Windows:

aws memorydb describe-parameters ^ --parameter-group-name myRedis6x

For more information, see describe-parameters.

Listing a parameter group's values (MemoryDB API)

To list a parameter group's parameters and their values using the MemoryDB API, use the DescribeParameters action.

For more information, see DescribeParameters.