This is the new AWS 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 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:StringDimensionValue:StringDimensionValueType: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: 1Maximum: 256Update requires: No interruption 
- DimensionValue
- 
                    Dynamic path to the dimension value in the source event. Required: Yes Type: String Minimum: 1Maximum: 2048Update requires: No interruption 
- DimensionValueType
- 
                    The data type of the dimension for the time-series data. Required: Yes Type: String Allowed values: VARCHARUpdate requires: No interruption