{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotwireless-networkanalyzerconfiguration.json",
  "title": "AWSIoTWirelessNetworkAnalyzerConfigurationProperties",
  "description": "Create and manage NetworkAnalyzerConfiguration resource.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iotwireless-networkanalyzerconfiguration.json",
    "sourceSha256": "1b362fd082b54df65afab511149e8f3e38dddb05b56d9ee44ce79cc0baa9d3ca"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9-_]+$",
          "maxLength": 1024
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of the network analyzer configuration"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 2048
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the new resource"
    },
    "TraceContent": {
      "description": "Trace content for your wireless gateway and wireless device resources",
      "type": "object",
      "properties": {
        "WirelessDeviceFrameInfo": {
          "$ref": "#/$defs/WirelessDeviceFrameInfo"
        },
        "LogLevel": {
          "$ref": "#/$defs/LogLevel"
        }
      },
      "additionalProperties": false
    },
    "WirelessDevices": {
      "description": "List of wireless gateway resources that have been added to the network analyzer configuration",
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string"
      },
      "maxItems": 250
    },
    "WirelessGateways": {
      "description": "List of wireless gateway resources that have been added to the network analyzer configuration",
      "type": "array",
      "insertionOrder": false,
      "items": {
        "type": "string"
      },
      "maxItems": 250
    },
    "Tags": {
      "description": "An array of key-value pairs to apply to this resource.",
      "type": "array",
      "uniqueItems": true,
      "insertionOrder": false,
      "maxItems": 200,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::IoTWireless::NetworkAnalyzerConfiguration",
  "primaryIdentifier": [
    "/properties/Name"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Tags"
  ],
  "$defs": {
    "WirelessDeviceFrameInfo": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ENABLED",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSIoTWirelessNetworkAnalyzerConfigurationWirelessDeviceFrameInfoDefinition"
    },
    "LogLevel": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "INFO",
            "ERROR",
            "DISABLED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSIoTWirelessNetworkAnalyzerConfigurationLogLevelDefinition"
    },
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -."
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSIoTWirelessNetworkAnalyzerConfigurationTagDefinition",
      "additionalProperties": false
    }
  },
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false,
    "tagProperty": "/properties/Tags"
  },
  "required": [
    "Name"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ]
}
