{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-appsync-domainname.json",
  "title": "AWSAppSyncDomainNameProperties",
  "description": "Resource Type definition for AWS::AppSync::DomainName. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-appsync-domainname.json",
    "sourceSha256": "08e0f48641a62949218156719b92be9f60536cda85a95435a073c2898846b387"
  },
  "type": "object",
  "properties": {
    "DomainName": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 253,
          "pattern": "^(\\*[a-z0-9-]*\\.)?([a-z0-9-]+\\.)+[a-z0-9-]+$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 0,
          "maxLength": 255
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "CertificateArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 3,
          "maxLength": 2048,
          "pattern": "^arn:[a-z-]*:acm:[a-z0-9-]*:\\d{12}:certificate/[0-9A-Za-z_/-]*$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::AppSync::DomainName",
  "createOnlyProperties": [
    "/properties/DomainName",
    "/properties/CertificateArn"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/AppSyncDomainName",
    "/properties/HostedZoneId"
  ],
  "taggable": false,
  "required": [
    "DomainName",
    "CertificateArn"
  ],
  "primaryIdentifier": [
    "/properties/DomainName"
  ]
}
