vehicles_list_only
Lists vehicles
in a region or regions, for all properties use vehicles
Overview
Name | vehicles_list_only |
Type | Resource |
Description | Definition of AWS::IoTFleetWise::Vehicle Resource Type |
Id | aws.iotfleetwise.vehicles_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vehicles
in a region.
SELECT
region,
name
FROM aws.iotfleetwise.vehicles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vehicles_list_only
resource, see vehicles