/AWS1/CL_PZZEVENTTRACKER¶
Provides information about an event tracker.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/PZZNAME /AWS1/PZZNAME¶
The name of the event tracker.
iv_eventtrackerarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The ARN of the event tracker.
iv_accountid TYPE /AWS1/PZZACCOUNTID /AWS1/PZZACCOUNTID¶
The Amazon Web Services account that owns the event tracker.
iv_trackingid TYPE /AWS1/PZZTRACKINGID /AWS1/PZZTRACKINGID¶
The ID of the event tracker. Include this ID in requests to the PutEvents API.
iv_datasetgrouparn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
iv_status TYPE /AWS1/PZZSTATUS /AWS1/PZZSTATUS¶
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
iv_creationdatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The date and time (in Unix format) that the event tracker was created.
iv_lastupdateddatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The date and time (in Unix time) that the event tracker was last updated.
Queryable Attributes¶
name¶
The name of the event tracker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
eventTrackerArn¶
The ARN of the event tracker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTRACKERARN() |
Getter for EVENTTRACKERARN, with configurable default |
ASK_EVENTTRACKERARN() |
Getter for EVENTTRACKERARN w/ exceptions if field has no val |
HAS_EVENTTRACKERARN() |
Determine if EVENTTRACKERARN has a value |
accountId¶
The Amazon Web Services account that owns the event tracker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
trackingId¶
The ID of the event tracker. Include this ID in requests to the PutEvents API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRACKINGID() |
Getter for TRACKINGID, with configurable default |
ASK_TRACKINGID() |
Getter for TRACKINGID w/ exceptions if field has no value |
HAS_TRACKINGID() |
Determine if TRACKINGID has a value |
datasetGroupArn¶
The Amazon Resource Name (ARN) of the dataset group that receives the event data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPARN() |
Getter for DATASETGROUPARN, with configurable default |
ASK_DATASETGROUPARN() |
Getter for DATASETGROUPARN w/ exceptions if field has no val |
HAS_DATASETGROUPARN() |
Determine if DATASETGROUPARN has a value |
status¶
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
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
creationDateTime¶
The date and time (in Unix format) that the event tracker was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
lastUpdatedDateTime¶
The date and time (in Unix time) that the event tracker was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |