ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings class

Constructors

ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings({required Input<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping>> multiMeasureAttributeMappings, Input<String?>? targetMultiMeasureName})
Creates a new ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings. multiMeasureAttributeMappings Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes. See above. targetMultiMeasureName Name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If measureNameColumn is provided, then the value from that column will be used as the multi-measure name.
const
ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
multiMeasureAttributeMappings → Input<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping>>
Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes. See above.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetMultiMeasureName → Input<String?>?
Name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If measureNameColumn is provided, then the value from that column will be used as the multi-measure name.
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