CreateFleetMetricResponse

CreateFleetMetricResponse schema

ComplianceIoTSecurityVulnerability Management

Properties

Name Type Description
metricName object
metricArn object
View JSON Schema on GitHub

JSON Schema

iot-device-defender-create-fleet-metric-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-schema/iot-device-defender-create-fleet-metric-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}