Skip to main content

parameter_group

Gets an individual parameter_group resource

Overview

Nameparameter_group
TypeResource
Descriptionparameter_group
Idawscc.memorydb.parameter_group

Fields

NameDatatypeDescription
parameter_group_namestringThe name of the parameter group.
familystringThe name of the parameter group family that this parameter group is compatible with.
descriptionstringA description of the parameter group.
tagsarrayAn array of key-value pairs to apply to this parameter group.
parametersobjectAn map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.
arnstringThe Amazon Resource Name (ARN) of the parameter group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
parameter_group_name,
family,
description,
tags,
parameters,
arn
FROM awscc.memorydb.parameter_group
WHERE data__Identifier = '<ParameterGroupName>';

Permissions

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

Read

memorydb:DescribeParameterGroups,
memorydb:ListTags

Update

memorydb:UpdateParameterGroup,
memorydb:DescribeParameterGroups,
memorydb:DescribeParameters,
memorydb:DescribeClusters,
memorydb:ListTags,
memorydb:TagResource,
memorydb:UntagResource

Delete

memorydb:DeleteParameterGroup