ScheduledQueryTargetConfiguration constructor

const ScheduledQueryTargetConfiguration({
  1. required Input<ScheduledQueryTargetConfigurationTimestreamConfiguration> timestreamConfiguration,
})

Creates a new ScheduledQueryTargetConfiguration. timestreamConfiguration Configuration block for information needed to write data into the Timestream database and table. See below.

Implementation

const ScheduledQueryTargetConfiguration({
  required this.timestreamConfiguration,
});