ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings constructor
const
ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings({
- required Input<
List< multiMeasureAttributeMappings,ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping> > - 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.
Implementation
const ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappings({
required this.multiMeasureAttributeMappings,
this.targetMultiMeasureName,
});