/AWS1/CL_NEP=>RESETDBCLUSTERPARAMETERGROUP()
¶
About ResetDBClusterParameterGroup¶
Modifies the parameters of a DB cluster parameter group to the default value. To reset
specific parameters submit a list of the following: ParameterName
and
ApplyMethod
. To reset the entire DB cluster parameter group, specify the
DBClusterParameterGroupName
and ResetAllParameters
parameters.
When resetting the entire group, dynamic parameters are updated immediately and static
parameters are set to pending-reboot
to take effect on the next DB instance
restart or RebootDBInstance request. You must call RebootDBInstance for every DB instance in your DB cluster
that you want the updated static parameter to apply to.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DBCLUSTERPARAMGROUPNAME
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The name of the DB cluster parameter group to reset.
Optional arguments:¶
IV_RESETALLPARAMETERS
TYPE /AWS1/NEPBOOLEAN
/AWS1/NEPBOOLEAN
¶
A value that is set to
true
to reset all parameters in the DB cluster parameter group to their default values, andfalse
otherwise. You can't use this parameter if there is a list of parameter names specified for theParameters
parameter.
IT_PARAMETERS
TYPE /AWS1/CL_NEPPARAMETER=>TT_PARAMETERSLIST
TT_PARAMETERSLIST
¶
A list of parameter names in the DB cluster parameter group to reset to the default values. You can't use this parameter if the
ResetAllParameters
parameter is set totrue
.