aws.memorydb.describe_parameter_groups
Example SQL Queries
SELECT * FROMaws.memorydb.describe_parameter_groups;Description
Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| parameter_group_name Input Column The name of a specific parameter group to return details for. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the parameter group | VARCHAR |
| description A description of the parameter group | VARCHAR |
| family The name of the parameter group family that this parameter group is compatible with. | VARCHAR |
| name The name of the parameter group | VARCHAR |