{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53-dnssec.json",
  "title": "AWSRoute53DNSSECProperties",
  "description": "Resource used to control (enable/disable) DNSSEC in a specific hosted zone.. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-route53-dnssec.json",
    "sourceSha256": "2ace7cd969234886d647d8d953546f790a3af9e2926f493f25a5eee15211264c"
  },
  "type": "object",
  "properties": {
    "HostedZoneId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[A-Z0-9]{1,32}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The unique string (ID) used to identify a hosted zone."
    }
  },
  "typeName": "AWS::Route53::DNSSEC",
  "taggable": false,
  "primaryIdentifier": [
    "/properties/HostedZoneId"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/HostedZoneId"
  ],
  "required": [
    "HostedZoneId"
  ]
}
