AWS::Timestream::ScheduledQuery MultiMeasureAttributeMapping - AWS CloudFormation

AWS::Timestream::ScheduledQuery MultiMeasureAttributeMapping

Attribute mapping for MULTI value measures.

Syntax

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