{
  "typeName" : "AWS::GuardDuty::Member",
  "description" : "Resource Type definition for AWS::GuardDuty::Member",
  "additionalProperties" : false,
  "properties" : {
    "Status" : {
      "type" : "string"
    },
    "MemberId" : {
      "type" : "string"
    },
    "Email" : {
      "type" : "string"
    },
    "Message" : {
      "type" : "string"
    },
    "DisableEmailNotification" : {
      "type" : "boolean"
    },
    "DetectorId" : {
      "type" : "string"
    }
  },
  "required" : [ "MemberId", "Email", "DetectorId" ],
  "createOnlyProperties" : [ "/properties/DetectorId", "/properties/MemberId", "/properties/Email" ],
  "primaryIdentifier" : [ "/properties/MemberId" ],
  "readOnlyProperties" : [ "/properties/MemberId" ]
}