{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-panorama-applicationinstance.json",
  "title": "AWSPanoramaApplicationInstanceProperties",
  "description": "Schema for ApplicationInstance CloudFormation 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-panorama-applicationinstance.json",
    "sourceSha256": "9b448023d8312ee9ece36ec7f1776b016ec754b80c272db17044fd3781312225"
  },
  "type": "object",
  "properties": {
    "Name": {
      "$ref": "#/$defs/Name"
    },
    "Description": {
      "$ref": "#/$defs/Description"
    },
    "ManifestPayload": {
      "$ref": "#/$defs/ManifestPayload"
    },
    "ManifestOverridesPayload": {
      "$ref": "#/$defs/ManifestOverridesPayload"
    },
    "RuntimeRoleArn": {
      "$ref": "#/$defs/RuntimeRoleArn"
    },
    "DefaultRuntimeContextDevice": {
      "$ref": "#/$defs/DefaultRuntimeContextDevice"
    },
    "ApplicationInstanceIdToReplace": {
      "$ref": "#/$defs/ApplicationInstanceId"
    },
    "DeviceId": {
      "$ref": "#/$defs/DeviceId"
    },
    "StatusFilter": {
      "$ref": "#/$defs/StatusFilter"
    },
    "Tags": {
      "$ref": "#/$defs/TagList"
    }
  },
  "typeName": "AWS::Panorama::ApplicationInstance",
  "primaryIdentifier": [
    "/properties/ApplicationInstanceId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Description",
    "/properties/ManifestPayload",
    "/properties/ManifestOverridesPayload",
    "/properties/RuntimeRoleArn",
    "/properties/DefaultRuntimeContextDevice",
    "/properties/ApplicationInstanceIdToReplace"
  ],
  "$defs": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9\\-\\_]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceNameDefinition"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 0,
          "maxLength": 255,
          "pattern": "^.*$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceDescriptionDefinition"
    },
    "ManifestPayloadData": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 51200,
          "pattern": "^.+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceManifestPayloadDataDefinition"
    },
    "ManifestPayload": {
      "type": "object",
      "properties": {
        "PayloadData": {
          "$ref": "#/$defs/ManifestPayloadData"
        }
      },
      "title": "AWSPanoramaApplicationInstanceManifestPayloadDefinition",
      "additionalProperties": false
    },
    "ManifestOverridesPayloadData": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 0,
          "maxLength": 51200,
          "pattern": "^.+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceManifestOverridesPayloadDataDefinition"
    },
    "ManifestOverridesPayload": {
      "type": "object",
      "properties": {
        "PayloadData": {
          "$ref": "#/$defs/ManifestOverridesPayloadData"
        }
      },
      "title": "AWSPanoramaApplicationInstanceManifestOverridesPayloadDefinition",
      "additionalProperties": false
    },
    "RuntimeRoleArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^arn:[a-z0-9][-.a-z0-9]{0,62}:iam::[0-9]{12}:role/.+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceRuntimeRoleArnDefinition"
    },
    "DefaultRuntimeContextDevice": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9\\-\\_]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceDefaultRuntimeContextDeviceDefinition"
    },
    "DeviceName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9\\-\\_]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceDeviceNameDefinition"
    },
    "ApplicationInstanceId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9\\-\\_]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceApplicationInstanceIdDefinition"
    },
    "ApplicationInstanceArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceApplicationInstanceArnDefinition"
    },
    "ApplicationInstanceStatusDescription": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceApplicationInstanceStatusDescriptionDefinition"
    },
    "Timestamp": {
      "type": "integer",
      "title": "AWSPanoramaApplicationInstanceTimestampDefinition"
    },
    "DeviceId": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 255,
          "pattern": "^[a-zA-Z0-9\\-\\_]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceDeviceIdDefinition"
    },
    "ApplicationInstanceStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DEPLOYMENT_PENDING",
            "DEPLOYMENT_REQUESTED",
            "DEPLOYMENT_IN_PROGRESS",
            "DEPLOYMENT_ERROR",
            "DEPLOYMENT_SUCCEEDED",
            "REMOVAL_PENDING",
            "REMOVAL_REQUESTED",
            "REMOVAL_IN_PROGRESS",
            "REMOVAL_FAILED",
            "REMOVAL_SUCCEEDED"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceApplicationInstanceStatusDefinition"
    },
    "ApplicationInstanceHealthStatus": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "RUNNING",
            "ERROR",
            "NOT_AVAILABLE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceApplicationInstanceHealthStatusDefinition"
    },
    "StatusFilter": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "DEPLOYMENT_SUCCEEDED",
            "DEPLOYMENT_ERROR",
            "REMOVAL_SUCCEEDED",
            "REMOVAL_FAILED",
            "PROCESSING_DEPLOYMENT",
            "PROCESSING_REMOVAL"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSPanoramaApplicationInstanceStatusFilterDefinition"
    },
    "Tag": {
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128,
              "pattern": "^.+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "A string used to identify this tag"
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 0,
              "maxLength": 256,
              "pattern": "^.+$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "A string containing the value for the tag"
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSPanoramaApplicationInstanceTagDefinition",
      "additionalProperties": false
    },
    "TagList": {
      "description": "List of tags",
      "type": "array",
      "uniqueItems": true,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "title": "AWSPanoramaApplicationInstanceTagListDefinition"
    }
  },
  "taggable": true,
  "required": [
    "ManifestPayload",
    "DefaultRuntimeContextDevice"
  ],
  "readOnlyProperties": [
    "/properties/ApplicationInstanceId",
    "/properties/Arn",
    "/properties/Status",
    "/properties/HealthStatus",
    "/properties/StatusDescription",
    "/properties/DefaultRuntimeContextDeviceName",
    "/properties/CreatedTime",
    "/properties/LastUpdatedTime"
  ]
}
