{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appstream-applicationentitlementassociation.json",
  "title": "AWSAppStreamApplicationEntitlementAssociationProperties",
  "description": "Resource Type definition for AWS::AppStream::ApplicationEntitlementAssociation. 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-applicationentitlementassociation.json",
    "sourceSha256": "4bddb143dd39982a934f08f6f2ac10972d9aed84df4a753462418cf04ecbe402"
  },
  "type": "object",
  "properties": {
    "StackName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "EntitlementName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ApplicationIdentifier": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::AppStream::ApplicationEntitlementAssociation",
  "primaryIdentifier": [
    "/properties/StackName",
    "/properties/EntitlementName",
    "/properties/ApplicationIdentifier"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-appstream.git",
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/StackName",
    "/properties/EntitlementName",
    "/properties/ApplicationIdentifier"
  ],
  "$defs": {},
  "required": [
    "StackName",
    "EntitlementName",
    "ApplicationIdentifier"
  ]
}
