{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-guardduty-member.json",
  "title": "AWSGuardDutyMemberProperties",
  "description": "Resource Type definition for AWS::GuardDuty::Member. 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-member.json",
    "sourceSha256": "51c3654293eefb285944cf0b13444af764d5779c68ee1f36308689c28e636e53"
  },
  "type": "object",
  "properties": {
    "Status": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Email": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Message": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DisableEmailNotification": {
      "type": "boolean"
    },
    "DetectorId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::GuardDuty::Member",
  "readOnlyProperties": [
    "/properties/MemberId"
  ],
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/MemberId"
  ],
  "required": [
    "MemberId",
    "Email",
    "DetectorId"
  ],
  "createOnlyProperties": [
    "/properties/DetectorId",
    "/properties/MemberId",
    "/properties/Email"
  ]
}
