Shows how to use the AWS SDK for Kotlin to work with AWS IoT FleetWise.
AWS IoT FleetWise provides a secure and scalable platform for collecting, storing, and analyzing data from connected vehicles and fleets.
- Running this code might result in charges to your AWS account. For more details, see AWS Pricing and Free Tier.
- Running the tests might result in charges to your AWS account.
- We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see Grant least privilege.
- This code is not tested in every AWS Region. For more information, see AWS Regional Services.
For prerequisites, see the README in the kotlin
folder.
- Hello AWS IoT FleetWise (
listSignalCatalogsPaginator
)
Code examples that show you how to perform the essential operations within a service.
Code excerpts that show you how to call individual service functions.
- createDecoderManifest
- createFleet
- createModelManifest
- createSignalCatalog
- createVehicle
- deleteDecoderManifest
- deleteFleet
- deleteModelManifest
- deleteSignalCatalog
- deleteVehicle
- getDecoderManifest
- getModelManifest
- getVehicle
- listSignalCatalogNodes
- updateDecoderManifest
- updateModelManifest
This example shows you how to get started using AWS IoT FleetWise.
This example shows you how to do the following:
- Create a collection of standardized signals.
- Create a fleet that represents a group of vehicles.
- Create a model manifest.
- Create a decoder manifest.
- Check the status of the model manifest.
- Check the status of the decoder.
- Create an IoT Thing.
- Create a vehicle.
- Display vehicle details.
- Delete the AWS IoT FleetWise Assets.
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README
in the kotlin
folder.
- AWS IoT FleetWise Developer Guide
- AWS IoT FleetWise API Reference
- SDK for Kotlin AWS IoT FleetWise reference
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0