MediaLive / Client / list_event_bridge_rule_templates

list_event_bridge_rule_templates#

MediaLive.Client.list_event_bridge_rule_templates(**kwargs)#

Lists eventbridge rule templates.

See also: AWS API Documentation

Request Syntax

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

  • 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

{
    '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