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

***************************************
create_event_bridge_rule_template_group
***************************************



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

  Creates an eventbridge rule template group to group your eventbridge rule templates and to attach to signal maps for dynamically creating notification rules.

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


  **Request Syntax**
  ::

    response = client.create_event_bridge_rule_template_group(
        Description='string',
        Name='string',
        Tags={
            'string': 'string'
        },
        RequestId='string'
    )
    
  :type Description: string
  :param Description: A resource's optional description.

  
  :type Name: string
  :param Name: **[REQUIRED]** A resource's name. Names must be unique within the scope of a resource type in a specific region.

  
  :type Tags: dict
  :param Tags: Represents the tags associated with a resource.

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

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

      


  :type RequestId: string
  :param RequestId: An ID that you assign to a create request. This ID ensures idempotency when creating resources.This field is autopopulated if not provided.

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

    
    ::

      {
          'Arn': 'string',
          'CreatedAt': datetime(2015, 1, 1),
          'Description': 'string',
          'Id': 'string',
          'ModifiedAt': datetime(2015, 1, 1),
          'Name': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* CreateEventBridgeRuleTemplateGroup 201 response
      

      - **Arn** *(string) --* An eventbridge rule template group's ARN (Amazon Resource Name)
      

      - **CreatedAt** *(datetime) --* Placeholder documentation for __timestampIso8601
      

      - **Description** *(string) --* A resource's optional description.
      

      - **Id** *(string) --* An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`
      

      - **ModifiedAt** *(datetime) --* Placeholder documentation for __timestampIso8601
      

      - **Name** *(string) --* A resource's name. Names must be unique within the scope of a resource type in a specific region.
      

      - **Tags** *(dict) --* Represents the tags associated with a resource.
        

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

          - *(string) --* Placeholder documentation for __string
    
  
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

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

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

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

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

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

  