aws.neptune.describe_db_cluster_parameter_groups
Example SQL Queries
SELECT * FROMaws.neptune.describe_db_cluster_parameter_groups;Description
Returns a list of DBClusterParameterGroup descriptions. If a DBClusterParameterGroupName parameter is specified, the list will contain only the description of the specified DB cluster parameter group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_cluster_parameter_group_name Input Column Provides the name of the DB cluster 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_cluster_parameter_group_arn The Amazon Resource Name (ARN) for the DB cluster parameter group. | VARCHAR |
| db_parameter_group_family Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with. | VARCHAR |
| description Provides the customer-specified description for this DB cluster parameter group. | VARCHAR |