ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping constructor
const
ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping({})
Creates a new ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping.
dimensionValueType Type for the dimension. Valid value: VARCHAR.
name Column name from query result.
Implementation
const ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping({
required this.dimensionValueType,
required this.name,
});