ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping class
Constructors
-
ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping({required Input<
String> measureValueType, required Input<String> sourceColumn, Input<String?> ? targetMultiMeasureAttributeName}) -
Creates a new ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping.
measureValueTypeType of the attribute to be read from the source column. Valid values areBIGINT,BOOLEAN,DOUBLE,VARCHAR,TIMESTAMP.sourceColumnSource column from where the attribute value is to be read.targetMultiMeasureAttributeNameCustom name to be used for attribute name in derived table. If not provided,sourceColumnis used.const -
ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
measureValueType
→ Input<
String> -
Type of the attribute to be read from the source column. Valid values are
BIGINT,BOOLEAN,DOUBLE,VARCHAR,TIMESTAMP.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceColumn
→ Input<
String> -
Source column from where the attribute value is to be read.
final
-
targetMultiMeasureAttributeName
→ Input<
String?> ? -
Custom name to be used for attribute name in derived table. If not provided,
sourceColumnis used.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited