{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53recoverycontrol-routingcontrol.json",
  "title": "AWSRoute53RecoveryControlRoutingControlProperties",
  "description": "AWS Route53 Recovery Control Routing Control 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-routingcontrol.json",
    "sourceSha256": "7c8a7b9082c327461b13a93d987eeb4d3cfb6a3054ed17c856863288fb1bdc61"
  },
  "type": "object",
  "properties": {
    "ControlPanelArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon Resource Name (ARN) of 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 routing control. You can use any non-white space character in the name."
    },
    "ClusterArn": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Arn associated with Control Panel"
    }
  },
  "typeName": "AWS::Route53RecoveryControl::RoutingControl",
  "writeOnlyProperties": [
    "/properties/ClusterArn"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-control.git",
  "taggable": false,
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/RoutingControlArn",
    "/properties/Status"
  ],
  "required": [
    "Name"
  ],
  "$defs": {},
  "createOnlyProperties": [
    "/properties/ControlPanelArn",
    "/properties/ClusterArn"
  ],
  "primaryIdentifier": [
    "/properties/RoutingControlArn"
  ]
}
