| 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.IoTFleetWise.Types.TimestreamResources
Description
Documentation
data TimestreamResources Source #
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
See: newTimestreamResources smart constructor.
Constructors
| TimestreamResources' | |
Fields
| |
Instances
newTimestreamResources Source #
Arguments
| :: Text | |
| -> Text | |
| -> TimestreamResources |
Create a value of TimestreamResources 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:timestreamDatabaseName:TimestreamResources', timestreamResources_timestreamDatabaseName - The name of the registered Amazon Timestream database.
$sel:timestreamTableName:TimestreamResources', timestreamResources_timestreamTableName - The name of the registered Amazon Timestream database table.
timestreamResources_timestreamDatabaseName :: Lens' TimestreamResources Text Source #
The name of the registered Amazon Timestream database.
timestreamResources_timestreamTableName :: Lens' TimestreamResources Text Source #
The name of the registered Amazon Timestream database table.