AWS::Pipes::Pipe DimensionMapping
Maps source data to a dimension in the target 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
{ "DimensionName" :
String
, "DimensionValue" :String
, "DimensionValueType" :String
}
YAML
DimensionName:
String
DimensionValue:String
DimensionValueType:String
Properties
DimensionName
-
The metadata attributes of the time series. For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
Required: Yes
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption
DimensionValue
-
Dynamic path to the dimension value in the source event.
Required: Yes
Type: String
Minimum:
1
Maximum:
2048
Update requires: No interruption
DimensionValueType
-
The data type of the dimension for the time-series data.
Required: Yes
Type: String
Allowed values:
VARCHAR
Update requires: No interruption