AWS::Pipes::Pipe MultiMeasureAttributeMapping - AWS CloudFormation

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 AWS 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