aws.dax.describe_parameter_groups
Example SQL Queries
SELECT * FROMaws.dax.describe_parameter_groups;Description
Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| parameter_group_names Input Column The names of the parameter groups. | VARCHAR[] |
Show child fields
| |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description A description of the parameter group. | VARCHAR |
| parameter_group_name The name of the parameter group. | VARCHAR |