parameter_group
Gets an individual parameter_group
resource
Overview
Name | parameter_group |
Type | Resource |
Description | parameter_group |
Id | awscc.memorydb.parameter_group |
Fields
Name | Datatype | Description |
---|---|---|
parameter_group_name | string | The name of the parameter group. |
family | string | The name of the parameter group family that this parameter group is compatible with. |
description | string | A description of the parameter group. |
tags | array | An array of key-value pairs to apply to this parameter group. |
parameters | object | An map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. |
arn | string | The Amazon Resource Name (ARN) of the parameter group. |
region | string | AWS 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