/AWS1/CL_CWOTELEMETRYPIPELINE¶
Represents a complete telemetry pipeline resource with configuration, status, and metadata for data processing and transformation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_createdtimestamp TYPE /AWS1/CWOLONG /AWS1/CWOLONG¶
The timestamp when the telemetry pipeline was created.
iv_lastupdatetimestamp TYPE /AWS1/CWOLONG /AWS1/CWOLONG¶
The timestamp when the telemetry pipeline was last updated.
iv_arn TYPE /AWS1/CWORESOURCEARN /AWS1/CWORESOURCEARN¶
The Amazon Resource Name (ARN) of the telemetry pipeline.
iv_name TYPE /AWS1/CWOTELEMETRYPIPELINENAME /AWS1/CWOTELEMETRYPIPELINENAME¶
The name of the telemetry pipeline.
io_configuration TYPE REF TO /AWS1/CL_CWOTELPIPELINECONF /AWS1/CL_CWOTELPIPELINECONF¶
The configuration that defines how the telemetry pipeline processes data.
iv_status TYPE /AWS1/CWOTELPIPELINESTATUS /AWS1/CWOTELPIPELINESTATUS¶
The current status of the telemetry pipeline.
io_statusreason TYPE REF TO /AWS1/CL_CWOTELPLINSTATREASON /AWS1/CL_CWOTELPLINSTATREASON¶
Additional information about the pipeline status, including reasons for failure states.
it_tags TYPE /AWS1/CL_CWOTAGMAPOUTPUT_W=>TT_TAGMAPOUTPUT TT_TAGMAPOUTPUT¶
The key-value pairs associated with the telemetry pipeline resource.
Queryable Attributes¶
CreatedTimeStamp¶
The timestamp when the telemetry pipeline was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
LastUpdateTimeStamp¶
The timestamp when the telemetry pipeline was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATETIMESTAMP() |
Getter for LASTUPDATETIMESTAMP, with configurable default |
ASK_LASTUPDATETIMESTAMP() |
Getter for LASTUPDATETIMESTAMP w/ exceptions if field has no |
HAS_LASTUPDATETIMESTAMP() |
Determine if LASTUPDATETIMESTAMP has a value |
Arn¶
The Amazon Resource Name (ARN) of the telemetry pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the telemetry pipeline.
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 |
Configuration¶
The configuration that defines how the telemetry pipeline processes data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
Status¶
The current status of the telemetry pipeline.
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 |
StatusReason¶
Additional information about the pipeline status, including reasons for failure states.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON |
Tags¶
The key-value pairs associated with the telemetry pipeline resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |