ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping constructor

const ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMapping({
  1. required Input<String> dimensionValueType,
  2. required Input<String> name,
})

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,
});