parameter_group_tags
Expands all tag keys and values for parameter_groups
in a region
Overview
Name | parameter_group_tags |
Type | Resource |
Description | The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup. |
Id | aws.memorydb.parameter_group_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all parameter_groups
in a region.
SELECT
region,
parameter_group_name,
family,
description,
parameters,
arn,
tag_key,
tag_value
FROM aws.memorydb.parameter_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the parameter_group_tags
resource, see parameter_groups