| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.TimeStreamQuery.Types.TargetDestination
Description
Documentation
data TargetDestination Source #
Destination details to write data for a target data source. Current supported data source is Timestream.
See: newTargetDestination smart constructor.
Constructors
| TargetDestination' | |
Fields
| |
Instances
newTargetDestination :: TargetDestination Source #
Create a value of TargetDestination with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:timestreamDestination:TargetDestination', targetDestination_timestreamDestination - Query result destination details for Timestream data source.
targetDestination_timestreamDestination :: Lens' TargetDestination (Maybe TimestreamDestination) Source #
Query result destination details for Timestream data source.