MediaLive / Client / list_event_bridge_rule_template_groups
list_event_bridge_rule_template_groups#
- MediaLive.Client.list_event_bridge_rule_template_groups(**kwargs)#
Lists eventbridge rule template groups.
See also: AWS API Documentation
Request Syntax
response = client.list_event_bridge_rule_template_groups( MaxResults=123, NextToken='string', SignalMapIdentifier='string' )
- Parameters:
MaxResults (integer) – Placeholder documentation for MaxResults
NextToken (string) – A token used to retrieve the next set of results in paginated list responses.
SignalMapIdentifier (string) – A signal map’s identifier. Can be either be its id or current name.
- Return type:
dict
- Returns:
Response Syntax
{ 'EventBridgeRuleTemplateGroups': [ { 'Arn': 'string', 'CreatedAt': datetime(2015, 1, 1), 'Description': 'string', 'Id': 'string', 'ModifiedAt': datetime(2015, 1, 1), 'Name': 'string', 'Tags': { 'string': 'string' }, 'TemplateCount': 123 }, ], 'NextToken': 'string' }
Response Structure
(dict) – ListEventBridgeRuleTemplateGroups 200 response
EventBridgeRuleTemplateGroups (list) – Placeholder documentation for __listOfEventBridgeRuleTemplateGroupSummary
(dict) – Placeholder documentation for EventBridgeRuleTemplateGroupSummary
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
TemplateCount (integer) – The number of templates in a group.
NextToken (string) – A token used to retrieve the next set of results in paginated list responses.
Exceptions
MediaLive.Client.exceptions.NotFoundException
MediaLive.Client.exceptions.TooManyRequestsException
MediaLive.Client.exceptions.BadRequestException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException