aws.neptune.describe_db_parameter_groups
Example SQL Queries
SELECT * FROMaws.neptune.describe_db_parameter_groups;Description
Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_parameter_group_name Input Column Provides the name of the DB parameter group. | VARCHAR |
| filters Input Column This parameter is not currently supported. | STRUCT( |
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 |
| db_parameter_group_arn The Amazon Resource Name (ARN) for the DB parameter group. | VARCHAR |
| db_parameter_group_family Provides the name of the DB parameter group family that this DB parameter group is compatible with. | VARCHAR |
| description Provides the customer-specified description for this DB parameter group. | VARCHAR |