PhysicalResourceId: Joi.when('Status', {
    is: FAILED,
    then: Joi.string().optional(),
    otherwise: Joi.string().required(),
  }),