{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-guardduty-master.json",
  "title": "AWSGuardDutyMasterProperties",
  "description": "Resource Type definition for AWS::GuardDuty::Master. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-guardduty-master.json",
    "sourceSha256": "022b9f4e8aebf047c5b16a1e39723f5f911403669d6b2a6fe884d60e174d86d3"
  },
  "type": "object",
  "properties": {
    "DetectorId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "InvitationId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::GuardDuty::Master",
  "readOnlyProperties": [
    "/properties/MasterId"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/MasterId"
  ],
  "required": [
    "DetectorId",
    "MasterId"
  ],
  "createOnlyProperties": [
    "/properties/InvitationId",
    "/properties/MasterId",
    "/properties/DetectorId"
  ]
}
