AWS::Pipes::Pipe SingleMeasureMapping
Maps a single source data field to a single record in the specified Timestream for LiveAnalytics table.
For more information, see Amazon Timestream for LiveAnalytics concepts
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MeasureName" :
String
, "MeasureValue" :String
, "MeasureValueType" :String
}
YAML
MeasureName:
String
MeasureValue:String
MeasureValueType:String
Properties
MeasureName
-
Target measure name for the measurement attribute in the Timestream table.
Required: Yes
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
MeasureValue
-
Dynamic path of the source field to map to the measure in the record.
Required: Yes
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
MeasureValueType
-
Data type of the source field.
Required: Yes
Type: String
Allowed values:
DOUBLE | BIGINT | VARCHAR | BOOLEAN | TIMESTAMP
Update requires: No interruption