{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appstream-entitlement.json",
  "title": "AWSAppStreamEntitlementProperties",
  "description": "Resource Type definition for AWS::AppStream::Entitlement. 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-entitlement.json",
    "sourceSha256": "9f6d20dd4644e6865614189188b7d72e33ed15db16baae546d7bf69f9e010295"
  },
  "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"
        }
      ]
    },
    "StackName": {
      "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"
        }
      ]
    },
    "AppVisibility": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Attributes": {
      "type": "array",
      "insertionOrder": false,
      "uniqueItems": true,
      "items": {
        "$ref": "#/$defs/Attribute"
      }
    }
  },
  "typeName": "AWS::AppStream::Entitlement",
  "primaryIdentifier": [
    "/properties/StackName",
    "/properties/Name"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appstream.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/StackName"
  ],
  "$defs": {
    "Attribute": {
      "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"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Name",
        "Value"
      ],
      "title": "AWSAppStreamEntitlementAttributeDefinition",
      "additionalProperties": false
    }
  },
  "required": [
    "Name",
    "StackName",
    "AppVisibility",
    "Attributes"
  ],
  "readOnlyProperties": [
    "/properties/CreatedTime",
    "/properties/LastModifiedTime"
  ]
}
