Dynamo DB item to add to table

interface DynamoDBItem {
    calc?: DynamoDBItemCalc;
    createdOn?: string;
    email: string;
    inputs?: RunNshmpHazHttpPostConfig;
    job?: DynamoDBItemJob;
    jobId: string;
    results?: DynamoDBItemResults;
}

Properties

createdOn?: string
email: string
jobId: string