{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-route53-keysigningkey.json",
  "title": "AWSRoute53KeySigningKeyProperties",
  "description": "Represents a key signing key (KSK) associated with a hosted zone. You can only have two KSKs per 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-keysigningkey.json",
    "sourceSha256": "b3ad9d8136b6006510056f0522074f5d56a61ffae4985852648b2c30683dd124"
  },
  "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."
    },
    "Status": {
      "oneOf": [
        {
          "type": "string",
          "enum": [
            "ACTIVE",
            "INACTIVE"
          ]
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A string specifying the initial status of the key signing key (KSK). You can set the value to ACTIVE or INACTIVE."
    },
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9_]{3,128}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "An alphanumeric string used to identify a key signing key (KSK). Name must be unique for each key signing key in the same hosted zone."
    },
    "KeyManagementServiceArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon resource name (ARN) for a customer managed key (CMK) in AWS Key Management Service (KMS). The KeyManagementServiceArn must be unique for each key signing key (KSK) in a single hosted zone."
    }
  },
  "typeName": "AWS::Route53::KeySigningKey",
  "taggable": false,
  "primaryIdentifier": [
    "/properties/HostedZoneId",
    "/properties/Name"
  ],
  "additionalProperties": false,
  "createOnlyProperties": [
    "/properties/HostedZoneId",
    "/properties/Name",
    "/properties/KeyManagementServiceArn"
  ],
  "required": [
    "Status",
    "HostedZoneId",
    "Name",
    "KeyManagementServiceArn"
  ]
}
