CustomerProfiles / Paginator / ListEventTriggers
ListEventTriggers#
- class CustomerProfiles.Paginator.ListEventTriggers#
paginator = client.get_paginator('list_event_triggers')
- paginate(**kwargs)#
Creates an iterator that will paginate through responses from
CustomerProfiles.Client.list_event_triggers()
.See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( DomainName='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
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
{ 'Items': [ { 'ObjectTypeName': 'string', 'EventTriggerName': 'string', 'Description': 'string', 'CreatedAt': datetime(2015, 1, 1), 'LastUpdatedAt': datetime(2015, 1, 1), 'Tags': { 'string': 'string' } }, ], }
Response Structure
(dict) –
Items (list) –
The list of Event Triggers.
(dict) –
The summary of the event trigger.
ObjectTypeName (string) –
The unique name of the object type.
EventTriggerName (string) –
The unique name of the event trigger.
Description (string) –
The description of the event trigger.
CreatedAt (datetime) –
The timestamp of when the event trigger was created.
LastUpdatedAt (datetime) –
The timestamp of when the event trigger was most recently updated.
Tags (dict) –
An array of key-value pairs to apply to this resource.
(string) –
(string) –