{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53recoverycontrol-cluster.json",
  "title": "AWSRoute53RecoveryControlClusterProperties",
  "description": "AWS Route53 Recovery Control Cluster resource schema. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-control.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53recoverycontrol-cluster.json",
    "sourceSha256": "d1ed8bb90ec8769902cfacd5f184fb17628ca0129a2caa492b14fc5aa8903794"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 64
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of a Cluster. You can use any non-white space character in the name"
    },
    "Tags": {
      "description": "A collection of tags associated with a resource",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag",
        "maxItems": 20
      },
      "insertionOrder": false
    }
  },
  "typeName": "AWS::Route53RecoveryControl::Cluster",
  "primaryIdentifier": [
    "/properties/ClusterArn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-control.git",
  "taggable": true,
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/ClusterArn",
    "/properties/ClusterEndpoints",
    "/properties/Status"
  ],
  "required": [
    "Name"
  ],
  "$defs": {
    "ClusterEndpoint": {
      "type": "object",
      "properties": {
        "Endpoint": {
          "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"
            }
          ]
        },
        "Region": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 32
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "title": "AWSRoute53RecoveryControlClusterClusterEndpointDefinition",
      "additionalProperties": false
    },
    "Tag": {
      "type": "object",
      "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",
              "maxLength": 256
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "title": "AWSRoute53RecoveryControlClusterTagDefinition",
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/Tags"
  ],
  "writeOnlyProperties": [
    "/properties/Tags"
  ]
}
