Amazon IoT Device Defender · JSON Structure

Iot Device Defender Create Authorizer Response Structure

CreateAuthorizerResponse schema

Type: object Properties: 2
ComplianceIoTSecurityVulnerability Management

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

Properties

authorizerName authorizerArn

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-device-defender/refs/heads/main/json-structure/iot-device-defender-create-authorizer-response-structure.json",
  "name": "CreateAuthorizerResponse",
  "description": "CreateAuthorizerResponse schema",
  "type": "object",
  "properties": {
    "authorizerName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthorizerName"
        },
        {
          "description": "The authorizer's name."
        }
      ]
    },
    "authorizerArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AuthorizerArn"
        },
        {
          "description": "The authorizer ARN."
        }
      ]
    }
  }
}