AWS::Pipes::Pipe MultiMeasureAttributeMapping - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pipes::Pipe MultiMeasureAttributeMapping

A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MeasureValue" : String, "MeasureValueType" : String, "MultiMeasureAttributeName" : String }

Properties

MeasureValue

Dynamic path to the measurement attribute in the source event.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

MeasureValueType

Data type of the measurement attribute in the source event.

Required: Yes

Type: String

Allowed values: DOUBLE | BIGINT | VARCHAR | BOOLEAN | TIMESTAMP

Update requires: No interruption

MultiMeasureAttributeName

Target measure name to be used.

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption