:doc:`MediaLive <../../medialive>` / Client / create_tags

***********
create_tags
***********



.. py:method:: MediaLive.Client.create_tags(**kwargs)

  Create tags for a resource

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateTags>`_  


  **Request Syntax**
  ::

    response = client.create_tags(
        ResourceArn='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** Placeholder documentation for __string

  
  :type Tags: dict
  :param Tags: Placeholder documentation for Tags

  
    - *(string) --* Placeholder documentation for __string

    
      - *(string) --* Placeholder documentation for __string

      


  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

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

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  