Amazon IoT Core · JSON Structure

Iot Core Create Fleet Metric Response Structure

CreateFleetMetricResponse schema

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

CreateFleetMetricResponse is a JSON Structure definition published by Amazon IoT Core, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

metricName metricArn

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-core/refs/heads/main/json-structure/iot-core-create-fleet-metric-response-structure.json",
  "name": "CreateFleetMetricResponse",
  "description": "CreateFleetMetricResponse schema",
  "type": "object",
  "properties": {
    "metricName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricName"
        },
        {
          "description": "The name of the fleet metric to create."
        }
      ]
    },
    "metricArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FleetMetricArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the new fleet metric."
        }
      ]
    }
  }
}