:doc:`DeadlineCloud <../../deadline>` / Client / update_monitor

**************
update_monitor
**************



.. py:method:: DeadlineCloud.Client.update_monitor(**kwargs)

  

  Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call ``UpdateMonitor``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/UpdateMonitor>`_  


  **Request Syntax**
  ::

    response = client.update_monitor(
        monitorId='string',
        subdomain='string',
        displayName='string',
        roleArn='string'
    )
    
  :type monitorId: string
  :param monitorId: **[REQUIRED]** 

    The unique identifier of the monitor to update.

    

  
  :type subdomain: string
  :param subdomain: 

    The new value of the subdomain to use when forming the monitor URL.

    

  
  :type displayName: string
  :param displayName: 

    The new value to use for the monitor's display name.

     

    .. warning::

       

      This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

      

    

  
  :type roleArn: string
  :param roleArn: 

    The Amazon Resource Name of the new IAM role to use with the monitor.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ThrottlingException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ValidationException`

  