Values.DBClusterParameterGroupSourceContains the details of an Amazon Neptune DB cluster parameter group. This data type is used as a response element in the DescribeDBClusterParameterGroups action.
type nonrec t = {dBClusterParameterGroupName : String_.t option;Provides the name of the DB cluster parameter group.
*)dBParameterGroupFamily : String_.t option;Provides the name of the DB parameter group family that this DB cluster parameter group is compatible with.
*)description : String_.t option;Provides the customer-specified description for this DB cluster parameter group.
*)dBClusterParameterGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB cluster parameter group.
*)}