{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53recoveryreadiness-recoverygroup.json",
  "title": "AWSRoute53RecoveryReadinessRecoveryGroupProperties",
  "description": "AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-readiness-readiness.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53recoveryreadiness-recoverygroup.json",
    "sourceSha256": "2485f4c9d322aacfe14b57fcde109bc2bf03259cfc605e03345f91b77e3c8531"
  },
  "type": "object",
  "properties": {
    "RecoveryGroupName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[a-zA-Z0-9_]+",
          "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 recovery group to create."
    },
    "Cells": {
      "description": "A list of the cell Amazon Resource Names (ARNs) in the recovery group.",
      "type": "array",
      "items": {
        "type": "string",
        "minLength": 1,
        "maxLength": 256
      },
      "maxItems": 5,
      "insertionOrder": false
    },
    "Tags": {
      "description": "A collection of tags associated with a resource.",
      "type": "array",
      "items": {
        "$ref": "#/$defs/Tag",
        "maxItems": 20
      },
      "insertionOrder": false
    }
  },
  "typeName": "AWS::Route53RecoveryReadiness::RecoveryGroup",
  "primaryIdentifier": [
    "/properties/RecoveryGroupName"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-route53-recovery-readiness-readiness.git",
  "taggable": true,
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/RecoveryGroupArn"
  ],
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSRoute53RecoveryReadinessRecoveryGroupTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "createOnlyProperties": [
    "/properties/RecoveryGroupName"
  ]
}
