TransferFamilyEvent: {
    password: string;
    protocol: string;
    serverId: string;
    sourceIp: string;
    username: string;
}

Zod schema for AWS Transfer Family events.

Type declaration

  • password: string
  • protocol: string
  • serverId: string
  • sourceIp: string
  • username: string
{
"username": "testUser",
"password": "testPass",
"protocol": "SFTP",
"serverId": "s-abcd123456",
"sourceIp": "192.168.0.100"
}

TransferFamilySchema validates events coming from AWS Transfer Family.