Skip to content

/AWS1/CL_PISDIMENSIONMAPPING

Maps source data to a dimension in the target Timestream for LiveAnalytics table.

For more information, see Amazon Timestream for LiveAnalytics concepts

CONSTRUCTOR

IMPORTING

Required arguments:

iv_dimensionvalue TYPE /AWS1/PISDIMENSIONVALUE /AWS1/PISDIMENSIONVALUE

Dynamic path to the dimension value in the source event.

iv_dimensionvaluetype TYPE /AWS1/PISDIMENSIONVALUETYPE /AWS1/PISDIMENSIONVALUETYPE

The data type of the dimension for the time-series data.

iv_dimensionname TYPE /AWS1/PISDIMENSIONNAME /AWS1/PISDIMENSIONNAME

The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.


Queryable Attributes

DimensionValue

Dynamic path to the dimension value in the source event.

Accessible with the following methods

Method Description
GET_DIMENSIONVALUE() Getter for DIMENSIONVALUE, with configurable default
ASK_DIMENSIONVALUE() Getter for DIMENSIONVALUE w/ exceptions if field has no valu
HAS_DIMENSIONVALUE() Determine if DIMENSIONVALUE has a value

DimensionValueType

The data type of the dimension for the time-series data.

Accessible with the following methods

Method Description
GET_DIMENSIONVALUETYPE() Getter for DIMENSIONVALUETYPE, with configurable default
ASK_DIMENSIONVALUETYPE() Getter for DIMENSIONVALUETYPE w/ exceptions if field has no
HAS_DIMENSIONVALUETYPE() Determine if DIMENSIONVALUETYPE has a value

DimensionName

The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.

Accessible with the following methods

Method Description
GET_DIMENSIONNAME() Getter for DIMENSIONNAME, with configurable default
ASK_DIMENSIONNAME() Getter for DIMENSIONNAME w/ exceptions if field has no value
HAS_DIMENSIONNAME() Determine if DIMENSIONNAME has a value

Public Local Types In This Class

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

TT_DIMENSIONMAPPINGS

TYPES TT_DIMENSIONMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_PISDIMENSIONMAPPING WITH DEFAULT KEY
.