vehicle
Gets an individual vehicle
resource
Overview
Name | vehicle |
Type | Resource |
Description | vehicle |
Id | awscc.iotfleetwise.vehicle |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
association_behavior | string | |
attributes | object | |
creation_time | string | |
decoder_manifest_arn | string | |
name | string | |
last_modification_time | string | |
model_manifest_arn | string | |
tags | array | |
region | string | AWS 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