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