:doc:`FIS <../../fis>` / Client / get_target_resource_type

************************
get_target_resource_type
************************



.. py:method:: FIS.Client.get_target_resource_type(**kwargs)

  

  Gets information about the specified resource type.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01/GetTargetResourceType>`_  


  **Request Syntax**
  ::

    response = client.get_target_resource_type(
        resourceType='string'
    )
    
  :type resourceType: string
  :param resourceType: **[REQUIRED]** 

    The resource type.

    

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

    
    ::

      {
          'targetResourceType': {
              'resourceType': 'string',
              'description': 'string',
              'parameters': {
                  'string': {
                      'description': 'string',
                      'required': True|False
                  }
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **targetResourceType** *(dict) --* 

        Information about the resource type.

        
        

        - **resourceType** *(string) --* 

          The resource type.

          
        

        - **description** *(string) --* 

          A description of the resource type.

          
        

        - **parameters** *(dict) --* 

          The parameters for the resource type.

          
          

          - *(string) --* 
            

            - *(dict) --* 

              Describes the parameters for a resource type. Use parameters to determine which tasks are identified during target resolution.

              
              

              - **description** *(string) --* 

                A description of the parameter.

                
              

              - **required** *(boolean) --* 

                Indicates whether the parameter is required.

                
          
      
    
    
  
  **Exceptions**
  
  *   :py:class:`FIS.Client.exceptions.ValidationException`

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

  