{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appstream-application.json",
  "title": "AWSAppStreamApplicationProperties",
  "description": "Resource Type definition for AWS::AppStream::Application. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appstream.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-appstream-application.json",
    "sourceSha256": "46ca647a3faaf12bdf1fa5d0b5bbfe4e6532c445fb8380e961485b4c297d89ef"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DisplayName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "LaunchPath": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "LaunchParameters": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "WorkingDirectory": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "InstanceFamilies": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "type": "string"
      },
      "insertionOrder": false
    },
    "IconS3Location": {
      "$ref": "#/$defs/S3Location"
    },
    "AppBlockArn": {
      "$ref": "#/$defs/Arn"
    },
    "Platforms": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/PlatformType"
      },
      "insertionOrder": false
    },
    "Tags": {
      "type": "array",
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "AttributesToDelete": {
      "type": "array",
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/ApplicationAttribute"
      },
      "insertionOrder": false
    }
  },
  "typeName": "AWS::AppStream::Application",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appstream.git",
  "additionalProperties": false,
  "writeOnlyProperties": [
    "/properties/Tags"
  ],
  "$defs": {
    "S3Location": {
      "type": "object",
      "properties": {
        "S3Bucket": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "S3Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSAppStreamApplicationS3LocationDefinition",
      "required": [
        "S3Bucket",
        "S3Key"
      ],
      "additionalProperties": false
    },
    "Arn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppStreamApplicationArnDefinition"
    },
    "PlatformType": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppStreamApplicationPlatformTypeDefinition"
    },
    "Tag": {
      "type": "object",
      "properties": {
        "TagKey": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TagValue": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "TagKey",
        "TagValue"
      ],
      "title": "AWSAppStreamApplicationTagDefinition",
      "additionalProperties": false
    },
    "ApplicationAttribute": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "title": "AWSAppStreamApplicationApplicationAttributeDefinition"
    }
  },
  "required": [
    "Name",
    "IconS3Location",
    "LaunchPath",
    "Platforms",
    "InstanceFamilies",
    "AppBlockArn"
  ],
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/InstanceFamilies",
    "/properties/Platforms"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/CreatedTime"
  ]
}
