List Event Triggers
customerprofiles_list_event_triggers | R Documentation |
List all Event Triggers under a domain¶
Description¶
List all Event Triggers under a domain.
Usage¶
Arguments¶
DomainName
[required] The unique name of the domain.
NextToken
The pagination token to use with ListEventTriggers.
MaxResults
The maximum number of results to return per page.
Value¶
A list with the following syntax:
list(
Items = list(
list(
ObjectTypeName = "string",
EventTriggerName = "string",
Description = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
),
LastUpdatedAt = as.POSIXct(
"2015-01-01"
),
Tags = list(
"string"
)
)
),
NextToken = "string"
)