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

********************************
list_event_bridge_rule_templates
********************************



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

  Lists eventbridge rule templates.

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


  **Request Syntax**
  ::

    response = client.list_event_bridge_rule_templates(
        GroupIdentifier='string',
        MaxResults=123,
        NextToken='string',
        SignalMapIdentifier='string'
    )
    
  :type GroupIdentifier: string
  :param GroupIdentifier: An eventbridge rule template group's identifier. Can be either be its id or current name.

  
  :type MaxResults: integer
  :param MaxResults: Placeholder documentation for MaxResults

  
  :type NextToken: string
  :param NextToken: A token used to retrieve the next set of results in paginated list responses.

  
  :type SignalMapIdentifier: string
  :param SignalMapIdentifier: A signal map's identifier. Can be either be its id or current name.

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

    
    ::

      {
          'EventBridgeRuleTemplates': [
              {
                  'Arn': 'string',
                  'CreatedAt': datetime(2015, 1, 1),
                  'Description': 'string',
                  'EventTargetCount': 123,
                  'EventType': 'MEDIALIVE_MULTIPLEX_ALERT'|'MEDIALIVE_MULTIPLEX_STATE_CHANGE'|'MEDIALIVE_CHANNEL_ALERT'|'MEDIALIVE_CHANNEL_INPUT_CHANGE'|'MEDIALIVE_CHANNEL_STATE_CHANGE'|'MEDIAPACKAGE_INPUT_NOTIFICATION'|'MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION'|'MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION'|'SIGNAL_MAP_ACTIVE_ALARM'|'MEDIACONNECT_ALERT'|'MEDIACONNECT_SOURCE_HEALTH'|'MEDIACONNECT_OUTPUT_HEALTH'|'MEDIACONNECT_FLOW_STATUS_CHANGE',
                  'GroupId': 'string',
                  'Id': 'string',
                  'ModifiedAt': datetime(2015, 1, 1),
                  'Name': 'string',
                  'Tags': {
                      'string': 'string'
                  }
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* ListEventBridgeRuleTemplates 200 response
      

      - **EventBridgeRuleTemplates** *(list) --* Placeholder documentation for __listOfEventBridgeRuleTemplateSummary
        

        - *(dict) --* Placeholder documentation for EventBridgeRuleTemplateSummary
          

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

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

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

          - **EventTargetCount** *(integer) --* The number of targets configured to send matching events.
          

          - **EventType** *(string) --* The type of event to match with the rule.
          

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

          - **Id** *(string) --* An eventbridge rule template's id. AWS provided templates 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
        
      
      
    
      

      - **NextToken** *(string) --* A token used to retrieve the next set of results in paginated list responses.
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

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

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

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

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

  