MediaLive / Paginator / ListEventBridgeRuleTemplates
ListEventBridgeRuleTemplates#
- class MediaLive.Paginator.ListEventBridgeRuleTemplates#
paginator = client.get_paginator('list_event_bridge_rule_templates')
- paginate(**kwargs)#
Creates an iterator that will paginate through responses from
MediaLive.Client.list_event_bridge_rule_templates()
.See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( GroupIdentifier='string', SignalMapIdentifier='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
GroupIdentifier (string) – An eventbridge rule template group’s identifier. Can be either be its id or current name.
SignalMapIdentifier (string) – A signal map’s identifier. Can be either be its id or current name.
PaginationConfig (dict) –
A dictionary that provides parameters to control pagination.
MaxItems (integer) –
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
NextToken
will be provided in the output that you can use to resume pagination.PageSize (integer) –
The size of each page.
StartingToken (string) –
A token to specify where to start paginating. This is the
NextToken
from a previous response.
- Return type:
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' } }, ], }
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