AWS::Timestream::ScheduledQuery MultiMeasureAttributeMapping - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Timestream::ScheduledQuery MultiMeasureAttributeMapping

Attribute mapping for MULTI value measures.

Syntax

To declare this entity in your 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