{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--mongodb-atlas-auditing.json",
  "title": "MongoDBAtlasAuditingProperties",
  "description": "Returns and edits database auditing settings for MongoDB Cloud projects.. 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-auditing.json",
    "sourceSha256": "858062df95203c60d7a8065035ff66c823ec23b531bc5ddbc09fa2ac2dac7ab7"
  },
  "type": "object",
  "properties": {
    "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": "Profile used to provide credentials information, (a secret with the cfn/atlas/profile/{Profile}, is required), if not provided default is used"
    },
    "ProjectId": {
      "oneOf": [
        {
          "type": "string",
          "maxLength": 24,
          "minLength": 24,
          "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."
    }
  },
  "typeName": "MongoDB::Atlas::Auditing",
  "createOnlyProperties": [
    "/properties/ProjectId",
    "/properties/Profile"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-rpdk.git",
  "primaryIdentifier": [
    "/properties/ProjectId",
    "/properties/Profile"
  ],
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/AuditFilter",
    "/properties/ConfigurationType",
    "/properties/AuditAuthorizationSuccess"
  ],
  "required": [
    "ProjectId"
  ]
}
