ListTagsForResourceRequest

ListTagsForResourceRequest schema

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
ResourceARN object
View JSON Schema on GitHub

JSON Schema

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