{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cleanrooms-configuredtableassociation.json",
  "title": "AWSCleanRoomsConfiguredTableAssociationProperties",
  "description": "Represents a table that can be queried within a collaboration. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cleanrooms>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cleanrooms-configuredtableassociation.json",
    "sourceSha256": "13f8687aec5cf7c0439b204e3840408f268184644f8cfd3c115c57adcc76ff68"
  },
  "type": "object",
  "properties": {
    "Tags": {
      "description": "An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.",
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      },
      "type": "array"
    },
    "ConfiguredTableIdentifier": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 36,
          "minLength": 36,
          "pattern": "[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": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 255,
          "pattern": "^[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDBFF-\\uDC00\\uDFFF\\t\\r\\n]*$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "MembershipIdentifier": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 36,
          "minLength": 36,
          "pattern": "[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"
        }
      ]
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 128,
          "pattern": "^[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "RoleArn": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 512,
          "minLength": 32
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::CleanRooms::ConfiguredTableAssociation",
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSCleanRoomsConfiguredTableAssociationTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "additionalProperties": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cleanrooms",
  "required": [
    "ConfiguredTableIdentifier",
    "Name",
    "RoleArn",
    "MembershipIdentifier"
  ],
  "readOnlyProperties": [
    "/properties/ConfiguredTableAssociationIdentifier",
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/ConfiguredTableIdentifier",
    "/properties/Name",
    "/properties/MembershipIdentifier"
  ],
  "primaryIdentifier": [
    "/properties/ConfiguredTableAssociationIdentifier",
    "/properties/MembershipIdentifier"
  ],
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "tagUpdatable": true,
    "cloudFormationSystemTags": true,
    "tagProperty": "/properties/Tags"
  }
}
