{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-identitystore-group.json",
  "title": "AWSIdentityStoreGroupProperties",
  "description": "Resource Type definition for AWS::IdentityStore::Group. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-identitystore-group.json",
    "sourceSha256": "a5d529a564bf4fee65aa61155c496be0e2b2b8a33ea76638fd4e958cb6c21c7b"
  },
  "type": "object",
  "properties": {
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1024,
          "minLength": 1,
          "pattern": "^[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  　]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A string containing the description of the group."
    },
    "DisplayName": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 1024,
          "minLength": 1,
          "pattern": "^[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A string containing the name of the group. This value is commonly displayed when the group is referenced."
    },
    "IdentityStoreId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 36,
          "minLength": 1,
          "pattern": "^d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The globally unique identifier for the identity store."
    }
  },
  "typeName": "AWS::IdentityStore::Group",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/GroupId",
    "/properties/IdentityStoreId"
  ],
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "required": [
    "IdentityStoreId",
    "DisplayName"
  ],
  "readOnlyProperties": [
    "/properties/GroupId"
  ],
  "createOnlyProperties": [
    "/properties/IdentityStoreId"
  ]
}
