This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "MeasureValue" :String, "MeasureValueType" :String, "MultiMeasureAttributeName" :String}
YAML
MeasureValue:StringMeasureValueType:StringMultiMeasureAttributeName:String
Properties
MeasureValue-
Dynamic path to the measurement attribute in the source event.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
MeasureValueType-
Data type of the measurement attribute in the source event.
Required: Yes
Type: String
Allowed values:
DOUBLE | BIGINT | VARCHAR | BOOLEAN | TIMESTAMPUpdate requires: No interruption
MultiMeasureAttributeName-
Target measure name to be used.
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: No interruption