{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-supportapp-slackworkspaceconfiguration.json",
  "title": "AWSSupportAppSlackWorkspaceConfigurationProperties",
  "description": "An AWS Support App resource that creates, updates, lists, and deletes Slack workspace configurations.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-supportapp.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-supportapp-slackworkspaceconfiguration.json",
    "sourceSha256": "0bf3889df202529a2d62a0287fda8bb413976c98ccb333c6bc80cf2c1fd8076b"
  },
  "type": "object",
  "properties": {
    "TeamId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^\\S+$",
          "minLength": 1,
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The team ID in Slack, which uniquely identifies a workspace."
    },
    "VersionId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[0-9]+$",
          "minLength": 1,
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "An identifier used to update an existing Slack workspace configuration in AWS CloudFormation."
    }
  },
  "typeName": "AWS::SupportApp::SlackWorkspaceConfiguration",
  "writeOnlyProperties": [
    "/properties/VersionId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-supportapp.git",
  "tagging": {
    "taggable": false
  },
  "createOnlyProperties": [
    "/properties/TeamId"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/TeamId"
  ],
  "required": [
    "TeamId"
  ]
}
