:doc:`NetworkManager <../../networkmanager>` / Client / update_network_resource_metadata

********************************
update_network_resource_metadata
********************************



.. py:method:: NetworkManager.Client.update_network_resource_metadata(**kwargs)

  

  Updates the resource metadata for the specified global network.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateNetworkResourceMetadata>`_  


  **Request Syntax**
  ::

    response = client.update_network_resource_metadata(
        GlobalNetworkId='string',
        ResourceArn='string',
        Metadata={
            'string': 'string'
        }
    )
    
  :type GlobalNetworkId: string
  :param GlobalNetworkId: **[REQUIRED]** 

    The ID of the global network.

    

  
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The ARN of the resource.

    

  
  :type Metadata: dict
  :param Metadata: **[REQUIRED]** 

    The resource metadata.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


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

    
    ::

      {
          'ResourceArn': 'string',
          'Metadata': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceArn** *(string) --* 

        The ARN of the resource.

        
      

      - **Metadata** *(dict) --* 

        The updated resource metadata.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`NetworkManager.Client.exceptions.ValidationException`

  
  *   :py:class:`NetworkManager.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`NetworkManager.Client.exceptions.ConflictException`

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

  
  *   :py:class:`NetworkManager.Client.exceptions.InternalServerException`

  