AWS::Pipes::Pipe DimensionMapping - AWS CloudFormation

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