Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Tag Resource Request Structure

TagResourceRequest schema

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

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

Properties

ResourceARN Tags

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-tag-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "TagResourceRequest schema",
  "type": "object",
  "properties": {
    "ResourceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AmazonResourceName"
        },
        {
          "description": "The ARN of the resource."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The new or modified tags for the resource."
        }
      ]
    }
  },
  "required": [
    "ResourceARN",
    "Tags"
  ]
}