parameter_groups
Retrieves a list of parameter_groups
in a region
Overview
Name | parameter_groups |
Type | Resource |
Description | parameter_groups |
Id | awscc.memorydb.parameter_groups |
Fields
Name | Datatype | Description |
---|---|---|
parameter_group_name | string | The name of the parameter group. |
region | string | AWS 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