Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface MultiMeasureAttributeMapping

Attribute mapping for MULTI value measures.

Hierarchy

  • MultiMeasureAttributeMapping

Properties

MeasureValueType: undefined | string

Type of the attribute to be read from the source column.

SourceColumn: undefined | string

Source column from where the attribute value is to be read.

TargetMultiMeasureAttributeName?: string

Custom name to be used for attribute name in derived table. If not provided, source column name would be used.