{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-identitystore-groupmembership.json",
  "title": "AWSIdentityStoreGroupMembershipProperties",
  "description": "Resource Type Definition for AWS:IdentityStore::GroupMembership. 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-groupmembership.json",
    "sourceSha256": "08abd749b0037b388b4aebde372547afc1682a77b2914b30a4df96e5b23cc26f"
  },
  "type": "object",
  "properties": {
    "GroupId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 47,
          "minLength": 1,
          "pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The unique identifier for a group in the identity store."
    },
    "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."
    },
    "MemberId": {
      "description": "An object containing the identifier of a group member.",
      "$ref": "#/$defs/MemberId"
    }
  },
  "typeName": "AWS::IdentityStore::GroupMembership",
  "$defs": {
    "MemberId": {
      "description": "An object containing the identifier of a group member.",
      "type": "object",
      "title": "UserId",
      "properties": {
        "UserId": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 47,
              "minLength": 1,
              "pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The identifier for a user in the identity store."
        }
      },
      "required": [
        "UserId"
      ],
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/MembershipId",
    "/properties/IdentityStoreId"
  ],
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "required": [
    "IdentityStoreId",
    "GroupId",
    "MemberId"
  ],
  "readOnlyProperties": [
    "/properties/MembershipId"
  ],
  "createOnlyProperties": [
    "/properties/IdentityStoreId"
  ]
}
