AWS::Timestream::ScheduledQuery MultiMeasureAttributeMapping - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Timestream::ScheduledQuery MultiMeasureAttributeMapping

Attribute mapping for MULTI value measures.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "MeasureValueType" : String, "SourceColumn" : String, "TargetMultiMeasureAttributeName" : String }

Properties

MeasureValueType

Type of the attribute to be read from the source column.

Required: Yes

Type: String

Allowed values: BIGINT | BOOLEAN | DOUBLE | VARCHAR | TIMESTAMP

Update requires: Replacement

SourceColumn

Source column from where the attribute value is to be read.

Required: Yes

Type: String

Update requires: Replacement

TargetMultiMeasureAttributeName

Custom name to be used for attribute name in derived table. If not provided, source column name would be used.

Required: No

Type: String

Update requires: Replacement