Amazon IoT FleetWise · JSON Structure

Iot Fleetwise List Tags For Resource Request Structure

ListTagsForResourceRequest schema

Type: object Properties: 1 Required: 1
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

ListTagsForResourceRequest is a JSON Structure definition published by Amazon IoT FleetWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourceARN

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-list-tags-for-resource-request-structure.json",
  "name": "ListTagsForResourceRequest",
  "description": "ListTagsForResourceRequest schema",
  "type": "object",
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The ARN of the resource."
        }
      ]
    }
  },
  "required": [
    "ResourceARN"
  ]
}