Skip to main content

vehicle

Gets an individual vehicle resource

Overview

Namevehicle
TypeResource
Descriptionvehicle
Idawscc.iotfleetwise.vehicle

Fields

NameDatatypeDescription
arnstring
association_behaviorstring
attributesobject
creation_timestring
decoder_manifest_arnstring
namestring
last_modification_timestring
model_manifest_arnstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
association_behavior,
attributes,
creation_time,
decoder_manifest_arn,
name,
last_modification_time,
model_manifest_arn,
tags
FROM awscc.iotfleetwise.vehicle
WHERE data__Identifier = '<Name>';

Permissions

To operate on the vehicle resource, the following permissions are required:

Read

iotfleetwise:GetVehicle,
iotfleetwise:ListTagsForResource

Update

iotfleetwise:GetVehicle,
iotfleetwise:UpdateVehicle,
iotfleetwise:ListTagsForResource,
iotfleetwise:TagResource,
iotfleetwise:UntagResource

Delete

iotfleetwise:GetVehicle,
iotfleetwise:DeleteVehicle