Values.EventTrackerSourceProvides information about an event tracker.
type nonrec t = {name : Name.t option;The name of the event tracker.
*)eventTrackerArn : Arn.t option;The ARN of the event tracker.
*)accountId : AccountId.t option;The Amazon Web Services account that owns the event tracker.
*)trackingId : TrackingId.t option;The ID of the event tracker. Include this ID in requests to the PutEvents API.
*)datasetGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the dataset group that receives the event data.
*)status : Status.t option;The status of the event tracker. An event tracker can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix format) that the event tracker was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the event tracker was last updated.
*)}