describeDbClusterParameterGroups

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.

For more information on Amazon Aurora, see What is Amazon Aurora? in the Amazon Aurora User Guide.

For more information on Multi-AZ DB clusters, see Multi-AZ DB cluster deployments in the Amazon RDS User Guide.

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves details for your DB cluster parameter groups.
val resp = rdsClient.describeDbClusterParameterGroups() 
   //sampleEnd
}