AWS::Pipes::Pipe MultiMeasureAttributeMapping - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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