View source: R/docdb_operations.R
docdb_modify_db_cluster_parameter_group | R Documentation |
Modifies the parameters of a cluster parameter group. To modify more than one parameter, submit a list of the following: ParameterName
, ParameterValue
, and ApplyMethod
. A maximum of 20 parameters can be modified in a single request.
See https://www.paws-r-sdk.com/docs/docdb_modify_db_cluster_parameter_group/ for full documentation.
docdb_modify_db_cluster_parameter_group(
DBClusterParameterGroupName,
Parameters
)
DBClusterParameterGroupName |
[required] The name of the cluster parameter group to modify. |
Parameters |
[required] A list of parameters in the cluster parameter group to modify. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.