:doc:`DAX <../../dax>` / Client / create_parameter_group

**********************
create_parameter_group
**********************



.. py:method:: DAX.Client.create_parameter_group(**kwargs)

  

  Creates a new parameter group. A parameter group is a collection of parameters that you apply to all of the nodes in a DAX cluster.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/CreateParameterGroup>`_  


  **Request Syntax**
  ::

    response = client.create_parameter_group(
        ParameterGroupName='string',
        Description='string'
    )
    
  :type ParameterGroupName: string
  :param ParameterGroupName: **[REQUIRED]** 

    The name of the parameter group to apply to all of the clusters in this replication group.

    

  
  :type Description: string
  :param Description: 

    A description of the parameter group.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ParameterGroup': {
              'ParameterGroupName': 'string',
              'Description': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ParameterGroup** *(dict) --* 

        Represents the output of a *CreateParameterGroup* action.

        
        

        - **ParameterGroupName** *(string) --* 

          The name of the parameter group.

          
        

        - **Description** *(string) --* 

          A description of the parameter group.

          
    
  
  **Exceptions**
  
  *   :py:class:`DAX.Client.exceptions.ParameterGroupQuotaExceededFault`

  
  *   :py:class:`DAX.Client.exceptions.ParameterGroupAlreadyExistsFault`

  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterGroupStateFault`

  
  *   :py:class:`DAX.Client.exceptions.ServiceLinkedRoleNotFoundFault`

  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`DAX.Client.exceptions.InvalidParameterCombinationException`

  