Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1500

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

Modify a Parameter in a Parameter Group
---------------------------------------

This example shows how to modify the *wlm_json_configuration* parameter for workload management.

Command::
   aws redshift modify-cluster-parameter-group --parameter-group-name myclusterparametergroup --parameters '{"ParameterName":"wlm_json_configuration","ParameterValue":"[{\"user_group\":[\"example_user_group1\"],\"query_group\":[\"example_query_group1\"],\"query_concurrency\":7},{\"query_concurrency\":5}]"}'

Result::

    {
       "ParameterGroupStatus": "Your parameter group has been updated but changes won't get applied until you reboot the associated Clusters.",
       "ParameterGroupName": "myclusterparametergroup",
       "ResponseMetadata": {
          "RequestId": "09974cc0-64cd-11e2-bea9-49e0ce183f07"
       }
    }