Skip to main content

parameter_groups

Retrieves a list of parameter_groups in a region

Overview

Nameparameter_groups
TypeResource
Descriptionparameter_groups
Idawscc.memorydb.parameter_groups

Fields

NameDatatypeDescription
parameter_group_namestringThe name of the parameter group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
parameter_group_name
FROM awscc.memorydb.parameter_groups
WHERE region = 'us-east-1'

Permissions

To operate on the parameter_groups resource, the following permissions are required:

Create

memorydb:CreateParameterGroup,
memorydb:DescribeParameterGroups,
memorydb:TagResource,
memorydb:ListTags

List

memorydb:DescribeParameterGroups