Describe Event Tracker
personalize_describe_event_tracker | R Documentation |
Describes an event tracker¶
Description¶
Describes an event tracker. The response includes the trackingId
and
status
of the event tracker. For more information on event trackers,
see create_event_tracker
.
Usage¶
Arguments¶
eventTrackerArn
[required] The Amazon Resource Name (ARN) of the event tracker to describe.
Value¶
A list with the following syntax:
list(
eventTracker = list(
name = "string",
eventTrackerArn = "string",
accountId = "string",
trackingId = "string",
datasetGroupArn = "string",
status = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)
)