Skip to content

/AWS1/CL_CWOTELPIPELINESUMMARY

Contains summary information about a telemetry pipeline for listing operations.

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.

iv_status TYPE /AWS1/CWOTELPIPELINESTATUS /AWS1/CWOTELPIPELINESTATUS

The current status of the telemetry pipeline.

it_tags TYPE /AWS1/CL_CWOTAGMAPOUTPUT_W=>TT_TAGMAPOUTPUT TT_TAGMAPOUTPUT

The key-value pairs associated with the telemetry pipeline resource.

io_configurationsummary TYPE REF TO /AWS1/CL_CWOCONFSUMMARY /AWS1/CL_CWOCONFSUMMARY

A summary of the pipeline configuration components.


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

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

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

ConfigurationSummary

A summary of the pipeline configuration components.

Accessible with the following methods

Method Description
GET_CONFIGURATIONSUMMARY() Getter for CONFIGURATIONSUMMARY

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TELEMETRYPIPELINESUMMARIES

TYPES TT_TELEMETRYPIPELINESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWOTELPIPELINESUMMARY WITH DEFAULT KEY
.