{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53recoverycontrol-controlpanel.json",
  "title": "AWSRoute53RecoveryControlControlPanelProperties",
  "description": "AWS Route53 Recovery Control Control Panel 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-controlpanel.json",
    "sourceSha256": "6dd9f77fa9b1c6b7ed475220b5fb6e035b9af667d7a0937497a7dcd41ee43e57"
  },
  "type": "object",
  "properties": {
    "ClusterArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Cluster to associate with the Control Panel"
    },
    "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": "The name of the control panel. 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::ControlPanel",
  "readOnlyProperties": [
    "/properties/ControlPanelArn",
    "/properties/Status",
    "/properties/RoutingControlCount",
    "/properties/DefaultControlPanel"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-control.git",
  "taggable": true,
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ControlPanelArn"
  ],
  "required": [
    "Name"
  ],
  "$defs": {
    "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": "AWSRoute53RecoveryControlControlPanelTagDefinition",
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/ClusterArn",
    "/properties/Tags"
  ],
  "writeOnlyProperties": [
    "/properties/Tags"
  ]
}
