{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--mongodb-atlas-customdnsconfigurationclusteraws.json",
  "title": "MongoDBAtlasCustomDnsConfigurationClusterAwsProperties",
  "description": "An example resource schema demonstrating some basic constructs and validation rules.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/mongodb-atlas-customdnsconfigurationclusteraws.json",
    "sourceSha256": "824501c062f06f1ba20a6f7997e24816ca8f2032504b6e1a6c50f46ca5e135dc"
  },
  "type": "object",
  "properties": {
    "Enabled": {
      "description": "Flag that indicates whether the project's clusters deployed to Amazon Web Services (AWS) use a custom Domain Name System (DNS)",
      "type": "boolean"
    },
    "ProjectId": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^([a-f0-9]{24})$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Unique 24-hexadecimal digit string that identifies your project."
    },
    "Profile": {
      "oneOf": [
        {
          "type": "string",
          "default": "default"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The profile is defined in AWS Secret manager. See [Secret Manager Profile setup](../../../examples/profile-secret.yaml)."
    }
  },
  "typeName": "MongoDB::Atlas::CustomDnsConfigurationClusterAws",
  "primaryIdentifier": [
    "/properties/ProjectId",
    "/properties/Profile",
    "/properties/Enabled"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "createOnlyProperties": [
    "/properties/ProjectId",
    "/properties/Enabled"
  ],
  "additionalProperties": false,
  "required": [
    "ProjectId"
  ]
}
