ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings class
Constructors
-
ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings({required Input<
List< multiMeasureAttributeMappings, Input<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping> >String?> ? targetMultiMeasureName}) -
Creates a new ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings.
multiMeasureAttributeMappingsAttribute mappings to be used for mapping query results to ingest data for multi-measure attributes. See above.targetMultiMeasureNameName of the target multi-measure name in the derived table. This input is required whenmeasureNameColumnis not provided. IfmeasureNameColumnis 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
measureNameColumnis not provided. IfmeasureNameColumnis 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